Created
February 11, 2017 14:05
-
-
Save federicoiosue/25dbbe11c592945cc268d42c8093c3a2 to your computer and use it in GitHub Desktop.
Android app signing configuration
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
keystore=/path/tp/your/keystore | |
keystore.password=keystorePassword | |
keystore.alias=aliasForApp | |
keystore.alias.password=aliasForAppPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment