mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-14 07:00:23 +08:00
fix wrong file name
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user