Releases: Triple-T/gradle-play-publisher
Gradle Play Publisher 3.8.3
Take 2 on fixing cache configuration issues.
Gradle Play Publisher 3.8.2
Fixed an issue with Gradle 8.1: #1084
Gradle Play Publisher 3.8.1
- 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
Gradle Play Publisher 3.7.0
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
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
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
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.
⚠️ Thebootstrap
task was renamed tobootstrapListing
whilepublish$variant
was renamed topublish${variant}Apps
.
Gradle Play Publisher 3.5.0-agp7.0
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
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.