Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 18, 2024
1 parent 369f4e9 commit b679653
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,11 @@ android {
versionName flutterVersionName
}

signingConfigs {
release {
storeFile file("release-key.jks")
storePassword "iu2t7LwN"
keyAlias "my-key"
keyPassword "iu2t7LwN"
}
}
buildTypes {
release {
signingConfig signingConfigs.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
}
}
}
Expand Down

0 comments on commit b679653

Please sign in to comment.