Skip to content

Instantly share code, notes, and snippets.

@ryandevore
Created December 10, 2021 22:14
Show Gist options
  • Save ryandevore/09439c3da908557721ea7a01430c051a to your computer and use it in GitHub Desktop.
Save ryandevore/09439c3da908557721ea7a01430c051a to your computer and use it in GitHub Desktop.
Create Android Signing Key
#!/bin/zsh
keytool -genkey -v -keystore release.keystore -alias upload_signing -storetype PKCS12 -keyalg RSA -keysize 2048 -validity 365000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment