Skip to content

Commit

Permalink
Fix key alias name (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhinterlong authored Oct 4, 2019
1 parent ba7166a commit 7b88679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
upload {
storeFile file('upload.keystore')
storePassword System.getenv('ARCHWIKI_VIEWER_UPLOAD_STORE_PASSWORD')
keyAlias 'kevinandroidkey'
keyAlias 'awvalias'
keyPassword System.getenv('ARCHWIKI_VIEWER_UPLOAD_KEY_PASSWORD')
}
}
Expand Down Expand Up @@ -80,4 +80,4 @@ dependencies {
play {
serviceAccountCredentials = file("upload.json")
track = "beta"
}
}

0 comments on commit 7b88679

Please sign in to comment.