GitHub user fujunwei opened a pull request:
https://github.com/apache/cordova-lib/pull/111
Add a type named "gradleReference" in framework
It's too complex to dependence AAR in plugin, we need build the plugin to a
android project which include AndroidManifest.xml. This patch is apply the
build-extras.gradle from plugin to root project. It will be compiled when
execute build-extras.gradle in root project. It looks like.
repositories {
maven {
url
'https://download.01.org/crosswalk/releases/crosswalk/android/maven2'
}
}
dependencies {
compile 'org.xwalk:xwalk_core_library_beta:9.38.208.4'
}
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fujunwei/cordova-lib gradleReference
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #111
----
commit 7083092b3e877185e5f8432d20ba56d83bf12333
Author: fujunwei <[email protected]>
Date: 2014-10-24T08:11:59Z
Add a type named "gradleReference" in framework
It's too complex to dependence AAR in plugin, it need build the plugin
to a android project which include AndroidManifest.xml. This patch
reference the build-extras.gradle in plugin to root project. Below is
a demo.
repositories {
maven {
url
'https://download.01.org/crosswalk/releases/crosswalk/android/maven2'
}
}
dependencies {
compile 'org.xwalk:xwalk_core_library_beta:9.38.208.4'
}
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]