parent
ad063d00cc
commit
20eebe638b
|
@ -16,4 +16,4 @@ android:
|
|||
licenses:
|
||||
- '.+'
|
||||
script:
|
||||
- ./gradlew assembleFreeRelease -PdisablePreDex
|
||||
- ./gradlew assembleFreeRelease
|
||||
|
|
|
@ -106,14 +106,6 @@ android {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
project.plugins.whenPluginAdded { plugin ->
|
||||
if ("com.android.build.gradle.AppPlugin".equals(plugin.class.name)) {
|
||||
project.android.dexOptions.preDexLibraries = !project.hasProperty('disablePreDex')
|
||||
} else if ("com.android.build.gradle.LibraryPlugin".equals(plugin.class.name)) {
|
||||
project.android.dexOptions.preDexLibraries = !project.hasProperty('disablePreDex')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
|
|
Loading…
Reference in a new issue