Upgrade to AGP 9.2.0

Building is still broken on encrypted linux file systems but that's seems to be not a priority
for Google to fix

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-05-05 11:12:18 +08:00
parent de88411d63
commit ecfbe20722
4 changed files with 16 additions and 10 deletions

View File

@@ -25,6 +25,11 @@ android.useAndroidX=true
kotlin.code.style=official
# https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode
# Drop after migration to compose
android.enableR8.fullMode=false
android.r8.strictFullModeForKeepRules=false
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# AGP 9.x disallows using SDK in manifest. We are using it for Shizuku support
android.usesSdkInManifest.disallowed=false