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
27f1181d53
commit
ba140a8a84
@ -50,6 +50,9 @@ task wrapper(type: Wrapper) {
|
|||||||
gradleVersion = '1.12'
|
gradleVersion = '1.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PLUGIN GRADLE EXTENSIONS START
|
||||||
|
// PLUGIN GRADLE EXTENSIONS END
|
||||||
|
|
||||||
ext.multiarch=false
|
ext.multiarch=false
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
Loading…
Reference in New Issue
Block a user