PWD is reserved for shell present working directory

This commit is contained in:
Jindřich Makovička 2015-02-01 11:56:19 +01:00
parent 88608eb02d
commit a48ee1c0fc

View file

@ -36,9 +36,9 @@ android {
publishing {
storeFile file("osmand_key")
storePassword System.getenv("PWD")
storePassword System.getenv("OSMAND_APK_PASSWORD")
keyAlias "androiddebugkey"
keyPassword System.getenv("PWD")
keyPassword System.getenv("OSMAND_APK_PASSWORD")
}
}