Reapply "Update android.gradle to v9 (major) (#3105)" (#3148)

This commit is contained in:
AntsyLich
2026-04-25 12:06:41 +06:00
committed by GitHub
parent 38ccd7d5fc
commit a2f3ec94aa
15 changed files with 98 additions and 71 deletions
+2 -6
View File
@@ -89,8 +89,8 @@ android {
}
sourceSets {
getByName("preview").res.srcDirs("src/debug/res")
getByName("benchmark").res.srcDirs("src/debug/res")
getByName("preview").res.directories.add("src/debug/res")
getByName("benchmark").res.directories.add("src/debug/res")
}
splits {
@@ -139,10 +139,6 @@ android {
viewBinding = true
buildConfig = true
aidl = true
// Disable some unused things
renderScript = false
shaders = false
}
lint {