mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
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:
parent
9d3c13065b
commit
9b82ae19b0
@ -40,6 +40,9 @@ task wrapper(type: Wrapper) {
|
||||
gradleVersion = '1.12'
|
||||
}
|
||||
|
||||
// PLUGIN GRADLE EXTENSIONS START
|
||||
// PLUGIN GRADLE EXTENSIONS END
|
||||
|
||||
ext.multiarch=false
|
||||
|
||||
android {
|
||||
|
Loading…
Reference in New Issue
Block a user