Update android.gradle to v9 (major) (#3105)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Mend Renovate
2026-03-22 13:02:55 +00:00
committed by GitHub
parent bc32308327
commit 34afdabcfe
15 changed files with 96 additions and 69 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 {