Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Last active September 10, 2017 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save niraj-shah/5c177c692beceb2722a2 to your computer and use it in GitHub Desktop.
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
# 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