From ba140a8a84ea770e9d9cff48cec606122ed0de04 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 5a997e6d..f427561c 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 {