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 -2
View File
@@ -11,9 +11,9 @@ android {
sourceSets {
getByName("main") {
if (Config.includeTelemetry) {
kotlin.srcDirs("src/firebase/kotlin")
kotlin.directories.add("src/firebase/kotlin")
} else {
kotlin.srcDirs("src/noop/kotlin")
kotlin.directories.add("src/noop/kotlin")
manifest.srcFile("src/noop/AndroidManifext.xml")
}
}