Enable jumbo-mode

This commit is contained in:
Martin Fietz 2016-12-31 16:01:48 +01:00
parent 2ff99375e3
commit 1a58d6f2a8
1 changed files with 4 additions and 0 deletions

View File

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