Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Sep 27, 2023
1 parent 7eb6727 commit 2780544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/Basic/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ android {
keyPassword 'android'
}
release {
storeFile file('/Users/dannami/Nami/SigningKeys/GooglePlay/release.keystore')
storePassword 'kyFYiLg7QVe78QaEg'
keyAlias 'namirelease'
keyPassword 'kyFYiLg7QVe78QaEg'
storeFile file('release.keystore')
storePassword 'android'
keyAlias 'androidreleasekey'
keyPassword 'android'
v2SigningEnabled true
}
}
Expand Down

0 comments on commit 2780544

Please sign in to comment.