Skip to content

Commit

Permalink
Enable travis-ci release builds #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed Mar 2, 2018
1 parent f662549 commit 3a41d59
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 @@ -40,7 +40,7 @@ android {
def isRunningOnTravis = System.getenv("CI") == "true"
if (isRunningOnTravis) {
// configure keystore
storeFile = file("../release.jks.enc")
storeFile = file("../release.jks")
storePassword = System.getenv("keystore_password")
keyAlias = System.getenv("keystore_alias")
keyPassword = System.getenv("keystore_alias_password")
Expand Down

0 comments on commit 3a41d59

Please sign in to comment.