correction prod

This commit is contained in:
bastien
2026-07-05 01:09:44 +02:00
parent fb678bcc03
commit 409847b4a9
5 changed files with 14 additions and 3 deletions
+4
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")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
)
}
}
}