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.
This commit is contained in:
fujunwei 2014-11-17 15:52:40 +08:00 committed by Andrew Grieve
parent 27f1181d53
commit ba140a8a84

View File

@ -50,6 +50,9 @@ task wrapper(type: Wrapper) {
gradleVersion = '1.12'
}
// PLUGIN GRADLE EXTENSIONS START
// PLUGIN GRADLE EXTENSIONS END
ext.multiarch=false
android {