Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Raviramnani1 authored Jun 21, 2024
1 parent c13e67a commit aa76482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evently/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
}

signingConfigs {
release {
debug {
storeFile file('keystore.jks')
storePassword 'tech.pylons'
keyAlias 'key_tech_pylon'
Expand All @@ -61,7 +61,7 @@ android {
}

buildTypes {
debug {
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 aa76482

Please sign in to comment.