Enable dex 'jumbo mode'
This commit is contained in:
parent
d59d8eb30f
commit
877a62766f
1 changed files with 5 additions and 0 deletions
|
@ -23,11 +23,16 @@ android {
|
|||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
targetCompatibility 1.8
|
||||
sourceCompatibility 1.8
|
||||
}
|
||||
|
||||
dexOptions {
|
||||
jumboMode = true
|
||||
}
|
||||
|
||||
// optional signingConfigs
|
||||
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue