mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 19:43:12 +00:00
Update AGP
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user