Skip to content

Commit

Permalink
Fix key alias
Browse files Browse the repository at this point in the history
  • Loading branch information
william2958 committed Mar 15, 2018
1 parent a16ea9f commit 61fe8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ android {
signingConfigs {
release {
storeFile file(System.getenv("HOME") + "/keystores/my_keystore.jks")
storePassword System.getenv("$BITRISEIO_ANDROID_KEYSTORE_PASSWORD")
keyAlias System.getenv("$BITRISEIO_ANDROID_KEYSTORE_ALIAS")
keyPassword System.getenv("$BITRISEIO_ANDROID_KEYSTORE_PASSWORD")
storePassword System.getenv("ANDROID_KEY_STORE_PASSWORD_2")
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword System.getenv("ANDROID_KEY_STORE_PASSWORD_2")
}
}
splits {
Expand Down

0 comments on commit 61fe8bd

Please sign in to comment.