diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ca86c280f..c90db3e21 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 {