[RENOVATE] Update dependency gradle to v8.14.5#1749
Merged
Conversation
ajpallares
approved these changes
May 11, 2026
This was referenced May 13, 2026
RCGitBot
added a commit
that referenced
this pull request
May 13, 2026
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * Unified StoreReplacementMode API (#1746) via Will Taylor (@fire-at-will) ### 📦 Dependency Updates * [RENOVATE] Update dependency gradle to v8.14.5 (#1749) via RevenueCat Git Bot (@RCGitBot) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.6.0 (#1748) via RevenueCat Git Bot (@RCGitBot) * [Android 10.5.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.5.0) * [Android 10.4.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.4.0) * [iOS 5.72.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.72.0) * [iOS 5.71.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.71.0) * [Web 1.39.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.39.0) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.5.0 (#1747) via RevenueCat Git Bot (@RCGitBot) ### 🔄 Other Changes * Bump fastlane from 2.233.1 to 2.234.0 (#1751) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily a release/version bump across Flutter, Android, iOS/macOS, and web metadata with no functional code changes beyond updated version strings and documented dependency updates. > > **Overview** > Publishes release `10.1.0` by bumping version numbers across `pubspec.yaml`, Android/iOS/macOS build specs, and web/native plugin version constants. > > Updates release documentation (`CHANGELOG.md`, `CHANGELOG-LATEST.md`, `VERSIONS.md`, `.version`) to include the `Unified StoreReplacementMode` feature and refreshed dependency versions, and aligns `purchases_ui_flutter` to depend on `purchases_flutter ^10.1.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 184b573. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.14.4→8.14.5Release Notes
gradle/gradle (gradle)
v8.14.5: 8.14.5Compare Source
The Gradle team is excited to announce Gradle 8.14.5.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.5 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
Note
Low Risk
Low risk patch-level build tooling update; main impact is potential CI/build behavior changes across Android/example apps if Gradle 8.14.5 exposes compatibility issues.
Overview
Updates the Gradle wrapper version from 8.14.4 → 8.14.5 across multiple Android modules/apps (including the main Android project,
api_tester, Maestro E2E test app, Flutter purchases UI, and example apps), ensuring all builds use the same patched Gradle distribution (bin/all as previously configured).Reviewed by Cursor Bugbot for commit 215f63a. Bugbot is set up for automated code reviews on this repo. Configure here.