

Those tasks are performed using the new edits functionality, which take a transactional approach to making changes you bundle several changes into a single draft edit, then commit the changes all at once. Releasing apps, by assigning APKs to various Tracks (alpha, beta, staged rollout, or production)Ĭreating and modifying Google Play Store listings, including localized text and graphics and multi-device screenshots WIP: Solution to fix broken CI/CD flow: Add bundletool.

The new command generates a file bundle.aab instead of many. To generate a release app bundle run below gradle command. This provides functions similar to those available to a developer through the Play Console, such as: Upload new App package (bundle.aab) to Play Store. The Google Play Developer Publishing API allows you to automate frequent tasks having to do with app production and distribution.
#Upload cd to google play android#
For automating uploading/deployment of Android apps, probably as part of a CI/CD system rather than command line, Google provides a Google Play Developer Publishing API
