🤩Publish App
Sign your android app bundle in one command using `quickfire publish`
quickfire publishOne time command to automatically sign and make your app publish ready in no time.
Creates upload-keystore
Signs your app
Creates
key.propertiesinsideandroidfolderRefers
key.propertiesinsideandroid/app/build.gradle
Go inside android/key.properties
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