Skip to content

Commit

Permalink
Merge pull request #2436 from Raviramnani1/Attribute
Browse files Browse the repository at this point in the history
date validation
  • Loading branch information
MikeSofaer authored Jun 21, 2024
2 parents bdf0e47 + aa76482 commit 8155e76
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 171 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 {
debug {
debug {
storeFile file('keystore.jks')
storePassword 'tech.pylons'
keyAlias 'key_tech_pylon'
Expand All @@ -61,7 +61,7 @@ android {
}

buildTypes {
release {
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
Loading

0 comments on commit 8155e76

Please sign in to comment.