fix keystore location error

This commit is contained in:
houxg
2016-12-01 11:00:44 +08:00
parent e8d7a47f62
commit 52d2910d74

View File

@@ -21,7 +21,7 @@ android {
config {
keyAlias System.getenv('KEY_ALIAS')
keyPassword System.getenv('KEY_PWD')
storeFile file(projectDir.absolutePath + '/houxg-leamonax.jks')
storeFile file(projectDir.parentFile.absolutePath + '/houxg-leamonax.jks')
storePassword System.getenv('KEYSTORE_PWD')
}
}