Remove deprecated incremental option
This commit is contained in:
@@ -279,7 +279,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
incremental = true
|
|
||||||
preDexLibraries = true
|
preDexLibraries = true
|
||||||
// dexInProcess requires much RAM, which is not available on all dev systems
|
// dexInProcess requires much RAM, which is not available on all dev systems
|
||||||
dexInProcess = false
|
dexInProcess = false
|
||||||
|
|||||||
Reference in New Issue
Block a user