chore: Disable Android signing

This commit is contained in:
2026-03-08 14:30:07 +01:00
parent 3adc80c966
commit 5e0b109fe5

View File

@@ -32,9 +32,8 @@ android {
buildTypes {
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.getByName("debug")
// Externally signed using a security key
signingConfig null
}
}
}