mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
更改key
This commit is contained in:
parent
edac945ffb
commit
3ec54f0748
@ -179,7 +179,7 @@ fun Project.setupAppCommon() {
|
|||||||
if (keystorePwd != null) {
|
if (keystorePwd != null) {
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
create("release") {
|
create("release") {
|
||||||
storeFile = rootProject.file("release.keystore")
|
storeFile = rootProject.file("test_key.jks")
|
||||||
storePassword = keystorePwd
|
storePassword = keystorePwd
|
||||||
keyAlias = alias
|
keyAlias = alias
|
||||||
keyPassword = pwd
|
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