Skip to content

Commit

Permalink
Added $ to home env
Browse files Browse the repository at this point in the history
  • Loading branch information
william2958 committed Mar 15, 2018
1 parent 61fe8bd commit 4839b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ android {
}
signingConfigs {
release {
storeFile file(System.getenv("HOME") + "/keystores/my_keystore.jks")
storeFile file(System.getenv("$HOME") + "/keystores/my_keystore.jks")
storePassword System.getenv("ANDROID_KEY_STORE_PASSWORD_2")
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword System.getenv("ANDROID_KEY_STORE_PASSWORD_2")
Expand Down

0 comments on commit 4839b43

Please sign in to comment.