Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.triplet.gradle:play-publisher to v3.12.1 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.triplet.gradle:play-publisher 3.4.0-agp4.2 -> 3.12.1 age adoption passing confidence

Release Notes

Triple-T/gradle-play-publisher (com.github.triplet.gradle:play-publisher)

v3.12.1: Gradle Play Publisher 3.12.1

Compare Source

What's Changed

New Contributors

Full Changelog: Triple-T/gradle-play-publisher@3.12.0...3.12.1

v3.12.0: Gradle Play Publisher 3.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: Triple-T/gradle-play-publisher@3.11.0...3.12.0

v3.11.0: Gradle Play Publisher 3.11.0

Compare Source

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.

v3.10.1: Gradle Play Publisher 3.10.1

Compare Source

Fixed a crash bootstraping when no subscriptions exist.

v3.10.0: Gradle Play Publisher 3.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: Triple-T/gradle-play-publisher@3.9.1...3.10.0

v3.9.1: Gradle Play Publisher 3.9.1

Compare Source

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

v3.9.0: Gradle Play Publisher 3.9.0

Compare Source

v3.8.6: Gradle Play Publisher 3.8.6

Compare Source

Fixed out-of-date version code conflict detection.

v3.8.5: Gradle Play Publisher 3.8.5

Compare Source

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

v3.8.4: Gradle Play Publisher 3.8.4

Compare Source

Dependency updates: https://github.com/Triple-T/gradle-play-publisher/pull/1090

v3.8.3: Gradle Play Publisher 3.8.3

Compare Source

Take 2 on fixing cache configuration issues.

v3.8.2: Gradle Play Publisher 3.8.2

Compare Source

~~Fixed an issue with Gradle 8.1:https://github.com/Triple-T/gradle-play-publisher/pull/10844~~

v3.8.1: Gradle Play Publisher 3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.0: Gradle Play Publisher 3.7.0

Compare Source

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)

v3.7.0-agp4.2: Gradle Play Publisher 3.7.0-agp4.2

Compare Source

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.

v3.6.0: Gradle Play Publisher 3.6.0

Compare Source

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

v3.6.0-agp4.2: Gradle Play Publisher 3.6.0-agp4.2

Compare Source

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.

v3.5.0: Gradle Play Publisher 3.5.0

Compare Source

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.

v3.5.0-agp7.0: Gradle Play Publisher 3.5.0-agp7.0

Compare Source

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.

v3.4.0: Gradle Play Publisher 3.4.0

Compare Source

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.

v3.4.0-agp7.0: Gradle Play Publisher 3.4.0-agp7.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch 3 times, most recently from 7119a0b to 1c967d0 Compare August 7, 2022 09:31
@hameno hameno enabled auto-merge August 7, 2022 09:32
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 1c967d0 to 1c4946b Compare March 23, 2023 21:59
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.7.0 Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 Mar 23, 2023
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
auto-merge was automatically disabled April 3, 2023 23:49

Pull request was closed

@renovate renovate bot deleted the renovate/com.github.triplet.gradle-play-publisher-3.x branch April 3, 2023 23:49
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 - autoclosed Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/com.github.triplet.gradle-play-publisher-3.x branch April 4, 2023 09:25
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 1c4946b to 255461c Compare May 28, 2023 08:55
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.1 Update dependency com.github.triplet.gradle:play-publisher to v3.8.3 May 28, 2023
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.3 Update dependency com.github.triplet.gradle:play-publisher to v3.8.4 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 255461c to 0f39390 Compare June 29, 2023 23:07
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 0f39390 to ad9681b Compare November 7, 2023 01:09
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.4 Update dependency com.github.triplet.gradle:play-publisher to v3.8.5 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from ad9681b to b1126f3 Compare November 17, 2023 00:58
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.5 Update dependency com.github.triplet.gradle:play-publisher to v3.8.6 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from b1126f3 to 7c831a4 Compare February 9, 2024 19:09
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.8.6 Update dependency com.github.triplet.gradle:play-publisher to v3.9.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 7c831a4 to 2d9ee36 Compare March 12, 2024 00:35
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.9.0 Update dependency com.github.triplet.gradle:play-publisher to v3.9.1 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 2d9ee36 to bbb7782 Compare June 17, 2024 09:15
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.9.1 Update dependency com.github.triplet.gradle:play-publisher to v3.10.0 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from bbb7782 to e669378 Compare June 21, 2024 17:01
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.10.0 Update dependency com.github.triplet.gradle:play-publisher to v3.10.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from e669378 to c4323df Compare August 26, 2024 07:01
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.10.1 Update dependency com.github.triplet.gradle:play-publisher to v3.11.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from c4323df to 53988ae Compare November 12, 2024 03:53
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.11.0 Update dependency com.github.triplet.gradle:play-publisher to v3.12.0 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/com.github.triplet.gradle-play-publisher-3.x branch from 53988ae to d4ff22e Compare November 15, 2024 03:08
@renovate renovate bot changed the title Update dependency com.github.triplet.gradle:play-publisher to v3.12.0 Update dependency com.github.triplet.gradle:play-publisher to v3.12.1 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants