Skip to content

Gradle Play Publisher 3.5.0

Compare
Choose a tag to compare
@SUPERCILEX SUPERCILEX released this 23 Jun 00:20
· 74 commits to master since this release
8aa7bd0

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.
  • ⚠️ The bootstrap task was renamed to bootstrapListing while publish$variant was renamed to publish${variant}Apps.