chore: Disable Android signing
This commit is contained in:
@@ -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")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user