mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
更改key
This commit is contained in:
parent
edac945ffb
commit
3ec54f0748
@ -179,7 +179,7 @@ fun Project.setupAppCommon() {
|
||||
if (keystorePwd != null) {
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
storeFile = rootProject.file("release.keystore")
|
||||
storeFile = rootProject.file("test_key.jks")
|
||||
storePassword = keystorePwd
|
||||
keyAlias = alias
|
||||
keyPassword = pwd
|
||||
|
||||
BIN
test_key.jks
Normal file
BIN
test_key.jks
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user