gradle-play-publisher

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.

MIT License

Stars
4.1K

Bot releases are hidden (Show)

gradle-play-publisher - Gradle Play Publisher 3.11.0

Published by SUPERCILEX about 2 months ago

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 https://github.com/Triple-T/gradle-play-publisher/issues/1088#issuecomment-2311015977 for more context.

gradle-play-publisher - Gradle Play Publisher 3.10.1 Latest Release

Published by SUPERCILEX 4 months ago

Fixed a crash bootstraping when no subscriptions exist.

gradle-play-publisher - Gradle Play Publisher 3.10.0

Published by SUPERCILEX 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Triple-T/gradle-play-publisher/compare/3.9.1...3.10.0

gradle-play-publisher - Gradle Play Publisher 3.9.1

Published by SUPERCILEX 7 months ago

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

gradle-play-publisher - Gradle Play Publisher 3.9.0

Published by SUPERCILEX 9 months ago

gradle-play-publisher - Gradle Play Publisher 3.8.6

Published by SUPERCILEX 11 months ago

Fixed out-of-date version code conflict detection.

gradle-play-publisher - Gradle Play Publisher 3.8.5

Published by SUPERCILEX 12 months ago

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

gradle-play-publisher - Gradle Play Publisher 3.8.4

Published by SUPERCILEX over 1 year ago

gradle-play-publisher - Gradle Play Publisher 3.8.3

Published by SUPERCILEX over 1 year ago

Take 2 on fixing cache configuration issues.

gradle-play-publisher - Gradle Play Publisher 3.8.2

Published by SUPERCILEX over 1 year ago

gradle-play-publisher - Gradle Play Publisher 3.8.1

Published by SUPERCILEX over 1 year ago

gradle-play-publisher - Gradle Play Publisher 3.7.0-agp4.2

Published by SUPERCILEX almost 3 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.

gradle-play-publisher - Gradle Play Publisher 3.7.0

Published by SUPERCILEX almost 3 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)
gradle-play-publisher - Gradle Play Publisher 3.6.0-agp4.2

Published by SUPERCILEX about 3 years ago

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 - Gradle Play Publisher 3.6.0

Published by SUPERCILEX about 3 years ago

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 - Gradle Play Publisher 3.5.0-agp7.0

Published by SUPERCILEX over 3 years ago

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 - Gradle Play Publisher 3.5.0

Published by SUPERCILEX over 3 years ago

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 - Gradle Play Publisher 3.4.0-agp7.0

Published by SUPERCILEX over 3 years ago

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.

gradle-play-publisher - Gradle Play Publisher 3.4.0-agp4.2

Published by SUPERCILEX over 3 years ago

This release is identical to v3.4.0, except that it includes the necessary changes to be compatible with the Android Gradle Plugin v4.2.x. Known bugs from 3.1.0-agp4.2 still apply.

gradle-play-publisher - Gradle Play Publisher 3.4.0

Published by SUPERCILEX over 3 years ago

Note: This release is only compatible with the Android Gradle Plugin v4.1.x. See GPP v3.4.0-agp4.2 or v3.4.0-agp7.0 for a release compatible with the Android Gradle Plugin v4.2.x or v7.0.x respectively.

Improvements

  • Credentials are now validated lazily. This means you don't have to specify credentials unless you are using a publishing task.
  • ⚠️ The internal sharing output file name has changed to support split APKs. Instead of being [timestamp].json, the name is now [apk-file-name].json.