Skip to content

Commit 029a3c4

Browse files
committed
fix signing configuration
1 parent 2f1d2f7 commit 029a3c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ android {
3636
logger.lifecycle("Use key alias '{}' to sign release", config.keyAlias)
3737
create("release") {
3838
storeFile = config.storeFile
39-
storePassword = "chenhe"
40-
keyAlias = "weargallery"
41-
keyPassword = "chenhe"
39+
storePassword = config.storePwd
40+
keyAlias = config.keyAlias
41+
keyPassword = config.keyPwd
4242

4343
enableV2Signing = true
4444
}

0 commit comments

Comments
 (0)