Last active
December 13, 2021 22:12
-
-
Save umutcoskun/82f9c5c062b55758e1b5c4bf28785cfc to your computer and use it in GitHub Desktop.
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
# Release | |
$ keytool -genkey -v -keystore KEY_NAME.jks -alias ALIAS_NAME -keyalg RSA -keysize 2048 -validity 10000 | |
# Debug | |
$ keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment