Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created August 17, 2021 21:36
Show Gist options
  • Save airicbear/7abdd7a363cd39bc1197af4fe0a66aa1 to your computer and use it in GitHub Desktop.
Save airicbear/7abdd7a363cd39bc1197af4fe0a66aa1 to your computer and use it in GitHub Desktop.
Android upload keystore

The upload-keystore.jks file should be saved somewhere secure along with the upload_certificate.pem file.

In your Android app, make sure there is a key.properties file in the following format:

storePassword=password
keyPassword=password
keyAlias=upload
storeFile=/../upload-keystore.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment