-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf4b2b
commit 00f532e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<config> | ||
<!--密钥文件路径--> | ||
<path>D:\ITCode\g.keystore</path> | ||
<path>D:\your.jks</path> | ||
<!--密钥密码--> | ||
<storePassword>123456</storePassword> | ||
<storePassword>storePassword</storePassword> | ||
<!--密钥别名--> | ||
<keyAlias>a</keyAlias> | ||
<keyAlias>keyAlias</keyAlias> | ||
<!--密钥别名密码--> | ||
<keyPassword>123456</keyPassword> | ||
<keyPassword>keyPassword</keyPassword> | ||
</config> |