Repository: cordova-android Updated Branches: refs/heads/master 27f1181d5 -> ba140a8a8
Add a section for plugin extensions The build.gradle will apply gradle srcipte from plugin extension When install the plugin with "gradleReference" framework. The gradle can set ext.multiarch=true to support multiple APKs by default, so add this section in here. Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/ba140a8a Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/ba140a8a Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/ba140a8a Branch: refs/heads/master Commit: ba140a8a84ea770e9d9cff48cec606122ed0de04 Parents: 27f1181 Author: fujunwei <[email protected]> Authored: Mon Nov 17 15:52:40 2014 +0800 Committer: Andrew Grieve <[email protected]> Committed: Wed Dec 10 15:44:39 2014 -0500 ---------------------------------------------------------------------- bin/templates/project/build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ba140a8a/bin/templates/project/build.gradle ---------------------------------------------------------------------- diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index 5a997e6..f427561 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -50,6 +50,9 @@ task wrapper(type: Wrapper) { gradleVersion = '1.12' } +// PLUGIN GRADLE EXTENSIONS START +// PLUGIN GRADLE EXTENSIONS END + ext.multiarch=false android { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
