Skip to content

Commit

Permalink
Fix snapshots v3
Browse files Browse the repository at this point in the history
  • Loading branch information
colriot committed Jul 1, 2020
1 parent f95e6da commit 840e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

signingConfigs {
release {
storeFile file('release.jks')
storeFile file('release.keystore')
storePassword "$System.env.RELEASE_KEYSTORE_PASSWORD"
keyAlias "$System.env.RELEASE_KEY_ALIAS"
keyPassword "$System.env.RELEASE_KEY_PASSWORD"
Expand Down

0 comments on commit 840e991

Please sign in to comment.