Update AGP

This commit is contained in:
topjohnwu
2023-02-20 01:03:35 -08:00
parent 4ba365565f
commit 9b1e173373
4 changed files with 17 additions and 13 deletions

View File

@@ -39,9 +39,10 @@ android {
buildFeatures {
dataBinding = true
aidl = true
}
packagingOptions {
packaging {
resources {
excludes += "/META-INF/*"
excludes += "/META-INF/versions/**"
@@ -57,10 +58,6 @@ android {
keepDebugSymbols += "**/*.so"
}
}
kotlin {
jvmToolchain(17)
}
}
setupApp()