We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1d2f7 commit 029a3c4Copy full SHA for 029a3c4
app/build.gradle.kts
@@ -36,9 +36,9 @@ android {
36
logger.lifecycle("Use key alias '{}' to sign release", config.keyAlias)
37
create("release") {
38
storeFile = config.storeFile
39
- storePassword = "chenhe"
40
- keyAlias = "weargallery"
41
- keyPassword = "chenhe"
+ storePassword = config.storePwd
+ keyAlias = config.keyAlias
+ keyPassword = config.keyPwd
42
43
enableV2Signing = true
44
}
0 commit comments