Enable jumbo-mode
This commit is contained in:
parent
2ff99375e3
commit
1a58d6f2a8
|
@ -107,6 +107,10 @@ android {
|
||||||
play {
|
play {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dexOptions {
|
||||||
|
jumboMode true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|
Loading…
Reference in New Issue