Remove deprecated incremental option

This commit is contained in:
Dominik Schürmann 2016-10-28 15:08:27 +02:00
parent 0ae3dc7736
commit 148f3f49bf

View file

@ -279,7 +279,6 @@ android {
}
dexOptions {
incremental = true
preDexLibraries = true
// dexInProcess requires much RAM, which is not available on all dev systems
dexInProcess = false