fix(user-app): restore release apk build

This commit is contained in:
2026-08-04 11:15:34 +08:00
parent 95b6f2b69c
commit cbc2b8f635
5 changed files with 21 additions and 1 deletions

View File

@@ -4,3 +4,10 @@ android.useAndroidX=true
android.newDsl=false
# This builtInKotlin flag was added by the Flutter template
android.builtInKotlin=false
# Flutter plugins are resolved from the Pub cache on C:, while this project is
# stored on D:. Kotlin's incremental cache cannot relativize sources across
# Windows drive roots, so keep Android plugin compilation non-incremental.
kotlin.incremental=false
# tobias 5.3.4 still publishes legacy global consumer ProGuard options. AGP 9
# offers this compatibility switch while the plugin migrates those rules.
android.r8.globalOptionsInConsumerRules.disallowed=false