mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-19 00:44:08 +00:00
fix keystore location error
This commit is contained in:
@@ -21,7 +21,7 @@ android {
|
|||||||
config {
|
config {
|
||||||
keyAlias System.getenv('KEY_ALIAS')
|
keyAlias System.getenv('KEY_ALIAS')
|
||||||
keyPassword System.getenv('KEY_PWD')
|
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')
|
storePassword System.getenv('KEYSTORE_PWD')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user