use release signing

This commit is contained in:
Fabian Freund
2025-06-29 11:04:54 +02:00
parent 0ed55b54d0
commit 0ff3b10bf3
+1 -1
View File
@@ -68,7 +68,7 @@ android {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.debug
signingConfig = signingConfigs.release
minifyEnabled false
shrinkResources false