release key

null-safety-migration
error500 2021-11-24 16:04:08 +06:00
parent 5379035fb9
commit 19ccb03c76
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
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.debug
signingConfig signingConfigs.release
}
}
}