Skip to content

Releases: Triple-T/gradle-play-publisher

Gradle Play Publisher 3.11.0

30 Aug 19:25
76cfb4e
Compare
Choose a tag to compare
Pre-release

An attempt was made to support different form factors, but unfortunately the Play Publisher API is not cooperating so this feature does not work yet. See #1088 (comment) for more context.

Gradle Play Publisher 3.10.1

24 Jun 16:59
fe56095
Compare
Choose a tag to compare

Fixed a crash bootstraping when no subscriptions exist.

Gradle Play Publisher 3.10.0

17 Jun 05:23
38157d5
Compare
Choose a tag to compare

What's Changed

  • Support for Subscriptions API (issue 1067) by @kb0 in #1126
  • Run sentry crash reporting plugin on publish by @markushi in #1129
  • Use new github actions output syntax by @StefMa in #1124

New Contributors

Full Changelog: 3.9.1...3.10.0

Gradle Play Publisher 3.9.1

25 Mar 02:41
fee165a
Compare
Choose a tag to compare

Support track names containing colons. #1122

Gradle Play Publisher 3.9.0

09 Feb 18:05
f046330
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Support specifying the version code from which to promote (see #980)

Gradle Play Publisher 3.8.6

20 Nov 17:02
19dc9a6
Compare
Choose a tag to compare

Fixed out-of-date version code conflict detection.

Gradle Play Publisher 3.8.5

08 Nov 17:00
67e8f2e
Compare
Choose a tag to compare

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

Gradle Play Publisher 3.8.4

03 Jul 20:30
df4eadf
Compare
Choose a tag to compare

Dependency updates: #1090

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