Commit add4f08c authored by songjianyu's avatar songjianyu

[新增] 添加正式签名

parent 372b1119
...@@ -47,10 +47,10 @@ android { ...@@ -47,10 +47,10 @@ android {
enableV3Signing = true enableV3Signing = true
} }
create("release") { create("release") {
storeFile = file("../debug-release-key.keystore") storeFile = file("../sign.jks")
storePassword = "123456" storePassword = "zx123456"
keyPassword = "123456" keyPassword = "zx123456"
keyAlias = "my_alias" keyAlias = "Clear"
enableV1Signing = true enableV1Signing = true
enableV2Signing = true enableV2Signing = true
enableV3Signing = true enableV3Signing = true
......
zx123456
Clear
zx123456
\ No newline at end of file
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment