Update AGP to 8.4.2
This commit is contained in:
@@ -108,8 +108,8 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
testOptions.unitTests.all {
|
||||
@@ -214,14 +214,6 @@ android {
|
||||
htmlOutput file('lint-report.html')
|
||||
}
|
||||
|
||||
dexOptions {
|
||||
preDexLibraries true
|
||||
// dexInProcess requires much RAM, which is not available on all dev systems
|
||||
dexInProcess false
|
||||
jumboMode true
|
||||
javaMaxHeapSize "2g"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
dataBinding true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user