Fix build.gradle keystore file property

This commit is contained in:
Jan-Christopher Pien
2016-10-11 21:56:43 +02:00
committed by Frank Morgner
parent 9c758ffda0
commit dae5622992
2 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ android {
config {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile keystoreProperties['storeFile']
storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
}