dexOptions is no longer used in agp7
This commit is contained in:
parent
bf3c1d573b
commit
208c9d91db
|
@ -118,12 +118,6 @@ android {
|
||||||
enabled true
|
enabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
dexOptions {
|
|
||||||
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
|
|
||||||
preDexLibraries = preDexEnabled && !travisBuild
|
|
||||||
jumboMode true
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in New Issue