From 9b82ae19b095e40625f115d4218ea9461ade14d1 Mon Sep 17 00:00:00 2001 From: fujunwei Date: Mon, 17 Nov 2014 15:52:40 +0800 Subject: [PATCH] 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. --- bin/templates/project/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ca86c280..c90db3e2 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 {