Skip to content

Commit

Permalink
noo
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 10, 2024
1 parent f900c6d commit 72d6c8e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,20 @@ android {
versionName flutterVersionName
}

signingConfigs {
release {
storeFile file("release-key.jks")
storePassword "iu2t7LwN"
keyAlias "mykey"
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
}
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

}

flutter {
Expand Down

0 comments on commit 72d6c8e

Please sign in to comment.