build: fix CLI build compatibility with Gradle 9.x/AGP 9.0

Add android.disallowKotlinSourceSets=false and android.sourceset.disallowProvider=false
to gradle.properties to resolve build failures caused by stricter checks in newer
Android Gradle Plugin versions. This allows the project to build successfully from CLI.
This commit is contained in:
daplugg23
2026-02-05 20:25:04 -06:00
parent 6227a078e4
commit 0779a496eb

View File

@@ -13,3 +13,5 @@ APP_VERSION_CODE=261
debug_build_hash=18fe2a814d0e2eb5
psIntegrityPinnedSha256=
EXPECTED_CERT_SHA256=97fc5c4dff7e33c159528eb9e53f86c356d430cd63d177f40c22b577ac829dee
android.disallowKotlinSourceSets=false
android.sourceset.disallowProvider=false