Android Config Changes

This commit is contained in:
2025-10-31 12:52:58 +02:00
parent abd56d5a14
commit 8e6f3d7d45
4 changed files with 19 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ 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("release")
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}
}