This commit is contained in:
davmar
2026-08-29 16:52:05 +02:00
parent 732a0dc14a
commit b3171d921b
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -34,6 +34,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",
)
}
}
}