🤩Publish App

Sign your android app bundle in one command using `quickfire publish`

quickfire publish

One time command to automatically sign and make your app publish ready in no time.

  • Creates upload-keystore

  • Signs your app

  • Creates key.properties inside android folder

  • Refers key.properties inside android/app/build.gradle

Go inside android/key.properties

Do not push key.propersties to public source control like git.

Add all the details in the generated `key.properties` file and that's it.

storePassword=<password-from-previous-step>
keyPassword=<password-from-previous-step>
keyAlias=<your-alias-name->
storeFile=<keystore-file-location>

Last updated