Gradle Play Publisher 3.5.0
Note: This release is only compatible with the Android Gradle Plugin v4.2.x. See GPP v3.5.0-agp7.0 for a release compatible with the Android Gradle Plugin v7.0.x.
Bug fixes
- The wrong credentials were being used when specified through
playConfigs
. This is now fixed. - A Google API change caused publishing to fail if the app was under review. This is now fixed.
Improvements
- For those with flavor dimensions, any lifecycle task you could want is now available, named following the Android Gradle Plugin conventions. Run
./gradlew tasks --group publishing
to view available tasks. - On that same note, lifecycle tasks are now available for private uploads.
⚠️ Thebootstrap
task was renamed tobootstrapListing
whilepublish$variant
was renamed topublish${variant}Apps
.