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

@@ -30,6 +30,10 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.getByName("debug")
// tobias 5.3.4 ships legacy global consumer rules that currently
// crash AGP 9's R8 pass against androidx.core 1.17.0.
isMinifyEnabled = false
isShrinkResources = false
}
}
}