Publish App to Google Play
Publish App your app to Google Play
To generate an appbundle, run the following command on the terminal:
After completing the necessary steps, you will find the .aab
file in the build/app/output/appbundle/release
folder.
You can now upload this .aab
file to the Google Play Store.
Last updated