Skip to content

Commit

Permalink
switch signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed Dec 28, 2024
1 parent 541f700 commit 5608ecf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ 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.debug
signingConfig = signingConfigs.release
}
}
}
Expand Down

0 comments on commit 5608ecf

Please # to comment.