diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index e7122816..573b2893 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -54,11 +54,11 @@ task wrapper(type: Wrapper) { gradleVersion = '2.2.1' } +ext.multiarch=false + // PLUGIN GRADLE EXTENSIONS START // PLUGIN GRADLE EXTENSIONS END -ext.multiarch=false - android { sourceSets { main {