Skip to content

Commit

Permalink
Fix android package sign
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Mar 13, 2024
1 parent 49dda88 commit 0b9c6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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
}
}
}
Expand Down

0 comments on commit 0b9c6c8

Please sign in to comment.