更改key

This commit is contained in:
yudehai 2025-02-19 10:15:02 +08:00
parent edac945ffb
commit 3ec54f0748
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.