Skip to content

Releases: Triple-T/gradle-play-publisher

Gradle Play Publisher 3.8.6

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 20 Nov 17:02
19dc9a6

Fixed out-of-date version code conflict detection.

Gradle Play Publisher 3.8.5

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 08 Nov 17:00
67e8f2e

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

Gradle Play Publisher 3.8.4

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 03 Jul 20:30
df4eadf

Dependency updates: #1090

Gradle Play Publisher 3.8.3

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 09 May 23:36
78ba268

Take 2 on fixing cache configuration issues.

Gradle Play Publisher 3.8.2

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 27 Apr 01:42
6cc056c

Fixed an issue with Gradle 8.1: #1084

Gradle Play Publisher 3.8.1

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 19 Feb 19:36
8eb0b32
  • 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

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 28 Nov 07:00
7bbb971

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

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 28 Nov 06:58
4e7368a

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

Pre-release

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 07 Aug 02:29
3d81523

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

Choose a tag to compare

@SUPERCILEX SUPERCILEX released this 02 Aug 04:33
68b1758

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