Skip to content

Releases: Triple-T/gradle-play-publisher

Gradle Play Publisher 3.8.3

09 May 23:36
78ba268
Compare
Choose a tag to compare

Take 2 on fixing cache configuration issues.

Gradle Play Publisher 3.8.2

27 Apr 01:42
6cc056c
Compare
Choose a tag to compare

Fixed an issue with Gradle 8.1: #1084

Gradle Play Publisher 3.8.1

19 Feb 19:36
8eb0b32
Compare
Choose a tag to compare
  • Support AGP 7.3.
  • Retry failed network requests.
  • Add ResolutionStrategy.AUTO_OFFSET which performs simpler calculations (i.e. adds the local version code to the remote version code). #879

Gradle Play Publisher 3.7.0-agp4.2

28 Nov 07:00
7bbb971
Compare
Choose a tag to compare

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.

Gradle Play Publisher 3.7.0

28 Nov 06:58
4e7368a
Compare
Choose a tag to compare

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)

Gradle Play Publisher 3.6.0-agp4.2

07 Aug 02:29
3d81523
Compare
Choose a tag to compare
Pre-release

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

Gradle Play Publisher 3.6.0

02 Aug 04:33
68b1758
Compare
Choose a tag to compare

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

Bug fixes

  • Underlying commit errors are no longer hidden by a sendChangesForReview error
  • A previously in progress release can now be promoted to completed successfully

Improvements

  • Gradle 7.1 is properly supported now
  • When a user fraction is set with an unspecified release status, in progress is picked automatically

Gradle Play Publisher 3.5.0

23 Jun 00:20
8aa7bd0
Compare
Choose a tag to compare

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.

Gradle Play Publisher 3.5.0-agp7.0

23 Jun 00:20
10abc85
Compare
Choose a tag to compare
Pre-release

This release is identical to v3.5.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v7.0.x. There are no known bugs.

Gradle Play Publisher 3.4.0-agp7.0

11 Apr 01:05
4d732ee
Compare
Choose a tag to compare
Pre-release

This release is identical to v3.4.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v7.0.x. There are no known bugs.