fix wrong file name

This commit is contained in:
houxg
2017-02-16 12:16:00 +08:00
parent 09054e1845
commit 61743f341b

View File

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