Commit 6ab9e186 by 王文龙

[update]更换keystore

parent e9ce8a9c
......@@ -28,16 +28,16 @@ android {
signingConfigs {
debug {
storeFile file("../keystore/zgim.keystore")
storePassword "zgim123456"
keyAlias "zgimalias.keystore"
keyPassword "zgim123456"
storeFile file("../keystore/imteacher.keystore")
storePassword "imteacher.keystore"
keyAlias "imteacher.keystore"
keyPassword "imteacher.keystore"
}
release {
storeFile file("../keystore/zgim.keystore")
storePassword "zgim123456"
keyAlias "zgimalias.keystore"
keyPassword "zgim123456"
storeFile file("../keystore/imteacher.keystore")
storePassword "imteacher.keystore"
keyAlias "imteacher.keystore"
keyPassword "imteacher.keystore"
}
}
......
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