-
-
Save Cheesebaron/926cf803d50c6cd6fd36 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