Merge pull request #1058 from jmakovicka/keystore-password
PWD is reserved for shell present working directory
This commit is contained in:
commit
c1802cf052
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ android {
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
storeFile file("osmand_key")
|
storeFile file("osmand_key")
|
||||||
storePassword System.getenv("PWD")
|
storePassword System.getenv("OSMAND_APK_PASSWORD")
|
||||||
keyAlias "androiddebugkey"
|
keyAlias "androiddebugkey"
|
||||||
keyPassword System.getenv("PWD")
|
keyPassword System.getenv("OSMAND_APK_PASSWORD")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue