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
parent 9d3c13065b
commit 9b82ae19b0

View File

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