Last active
September 10, 2017 02:05
-
-
Save niraj-shah/5c177c692beceb2722a2 to your computer and use it in GitHub Desktop.
Create the release-signing.properties file in the platforms/android folder to setup Release Signing
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
# location of keystore | |
storeFile=/path/to/app.keystore | |
# Key alias | |
keyAlias=alias_name | |
# Store password | |
storePassword=Password1 | |
# Key password | |
keyPassword=Password1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment