mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-13 21:50:54 +00:00
fix keystore location error
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user