build settings

This commit is contained in:
2020-12-11 17:40:43 +01:00
parent bee70ecf2a
commit 7ce7a9205d

View File

@@ -64,7 +64,7 @@ android {
release { release {
// TODO: Add your own signing config for the release build. // TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug signingConfig signingConfigs.release
} }
} }
} }