Commit 6daf44ec by Baoxy

fix: 修改证书文件

parent a74afcdb
......@@ -32,7 +32,7 @@ android {
debug {
storeFile file("..\\doc\\skr.keystore")//签名文件路径
storePassword "123456"
keyAlias "skr.keystore"
keyAlias "CERT"
keyPassword "123456" //签名密码
v1SigningEnabled true
v2SigningEnabled true
......@@ -41,7 +41,7 @@ android {
release {
storeFile file("..\\doc\\skr.keystore")//签名文件路径
storePassword "123456"
keyAlias "skr.keystore"
keyAlias "CERT"
keyPassword "123456"
v1SigningEnabled true
v2SigningEnabled true
......
No preview for this file type
......@@ -26,7 +26,7 @@ MAVEN_URL=http://192.168.0.170:13000/nexus/content/repositories/releases/
MAVEN_URL_SNAPSHOT=http://192.168.0.170:13000/nexus/content/repositories/releases/
#32位有符号数2147483647(10)
versionIntCode=2020041502
versionIntCode=2020041701
versionNameMajor=1
versionNameMinor=0
......
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