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 { buildTypes {
release { release {
// TODO: Add your own signing config for the release build. // Externally signed using a security key
// Signing with the debug keys for now, so `flutter run --release` works. signingConfig null
signingConfig = signingConfigs.getByName("debug")
} }
} }
} }