This commit is contained in:
Juki-shiba 2025-06-23 10:20:36 +05:30
parent 9b1ba3efeb
commit a2d03933bb

View File

@ -70,7 +70,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.release
signingConfig signingConfigs.release
minifyEnabled true // Enable code shrinking for smaller APKs
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'