🤩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
insideandroid
folderRefers
key.properties
insideandroid/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