dexOptions is no longer used in agp7

This commit is contained in:
Daniel Gultsch 2021-08-24 13:02:31 +02:00
parent bf3c1d573b
commit 208c9d91db
1 changed files with 0 additions and 6 deletions

View File

@ -118,12 +118,6 @@ android {
enabled true
}
dexOptions {
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
preDexLibraries = preDexEnabled && !travisBuild
jumboMode true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8