Enable jumbo-mode

This commit is contained in:
Martin Fietz 2016-12-31 16:01:48 +01:00
parent 2ff99375e3
commit 1a58d6f2a8

View File

@ -107,6 +107,10 @@ android {
play {
}
}
dexOptions {
jumboMode true
}
}
configurations {