We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf4b2b commit 00f532eCopy full SHA for 00f532e
config.xml
@@ -1,11 +1,11 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<config>
3
<!--密钥文件路径-->
4
- <path>D:\ITCode\g.keystore</path>
+ <path>D:\your.jks</path>
5
<!--密钥密码-->
6
- <storePassword>123456</storePassword>
+ <storePassword>storePassword</storePassword>
7
<!--密钥别名-->
8
- <keyAlias>a</keyAlias>
+ <keyAlias>keyAlias</keyAlias>
9
<!--密钥别名密码-->
10
- <keyPassword>123456</keyPassword>
+ <keyPassword>keyPassword</keyPassword>
11
</config>
0 commit comments