Gradle Play Publisher Versions Save

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.

3.9.1

1 month ago

Support track names containing colons. https://github.com/Triple-T/gradle-play-publisher/pull/1122

3.9.0

2 months ago

3.8.6

5 months ago

Fixed out-of-date version code conflict detection.

3.8.5

5 months ago

Take release notes from less stable track if none are locally present.

3.8.4

10 months ago

3.8.3

11 months ago

Take 2 on fixing cache configuration issues.

3.8.2

1 year ago

3.8.1

1 year ago

3.7.0-agp4.2

2 years ago

This release is identical-ish to v3.7.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v4.2.x. There are no known bugs.

It also includes a fix for Gradle 6.9: #1023.

3.7.0

2 years ago

Note: This release is only compatible with the Android Gradle Plugin v7.x.

Bug fixes

  • ResolutionStrategy.IGNORE checks have been updated to work with new API responses
  • Bootstrapped images now use the correct file extension (png vs jpg)

Improvements

  • Credential parsing error messages have been improved
  • More progress has been made towards support the configuration cache (see #854 for progress)