Skip to content

Commit

Permalink
nth
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 28, 2024
1 parent d1b8566 commit 4ffe53f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +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 All @@ -72,7 +65,6 @@ android {
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

}

flutter {
Expand Down

0 comments on commit 4ffe53f

Please sign in to comment.