-
-
Save arlm/1f8a36042a7801ee57a7ae214680dca1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<PropertyGroup> | |
<AndroidKeyStore>True</AndroidKeyStore> | |
<AndroidSigningKeyStore>my.keystore</AndroidSigningKeyStore> | |
<AndroidSigningStorePass>secret store password</AndroidSigningStorePass> | |
<AndroidSigningKeyAlias>alias</AndroidSigningKeyAlias> | |
<AndroidSigningKeyPass>other password</AndroidSigningKeyPass> | |
</PropertyGroup> |
This file contains hidden or 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
<PropertyGroup> | |
<AndroidKeyStore>True</AndroidKeyStore> | |
<AndroidSigningKeyStore>my.keystore</AndroidSigningKeyStore> | |
<AndroidSigningStorePass>secret store password</AndroidSigningStorePass> | |
<AndroidSigningKeyAlias>alias -tsa http://timestamp.digicert.com</AndroidSigningKeyAlias> | |
<AndroidSigningKeyPass>other password</AndroidSigningKeyPass> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment