Repository: cordova-android Updated Branches: refs/heads/4.0.x b1bdf23d9 -> 3206c2100
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/9b82ae19 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/9b82ae19 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/9b82ae19 Branch: refs/heads/4.0.x Commit: 9b82ae19b095e40625f115d4218ea9461ade14d1 Parents: 9d3c130 Author: fujunwei <[email protected]> Authored: Mon Nov 17 15:52:40 2014 +0800 Committer: fujunwei <[email protected]> Committed: Mon Nov 17 15:52:40 2014 +0800 ---------------------------------------------------------------------- bin/templates/project/build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9b82ae19/bin/templates/project/build.gradle ---------------------------------------------------------------------- diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ca86c28..c90db3e 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -40,6 +40,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]
