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 {