[AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.14.1#1777
Merged
Conversation
rickvdl
approved these changes
Jun 11, 2026
RCGitBot
added a commit
that referenced
this pull request
Jun 12, 2026
**This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.14.1 (#1777) via RevenueCat Git Bot (@RCGitBot) * [Android 10.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.9.0) * [iOS 5.78.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.78.0) * [iOS 5.77.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.77.0) * [Web 1.42.3](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.3) * [Web 1.42.2](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.2) * [Web 1.42.1](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.1) ### 🔄 Other Changes * Bump fastlane from 2.236.0 to 2.236.1 (#1779) via dependabot[bot] (@dependabot[bot]) * Bump fastlane from 2.235.0 to 2.236.0 (#1775) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Bumps native billing SDKs via hybrid-common (purchase/subscription paths); no Dart API changes in the diff, but downstream store behavior follows Android/iOS/Web release notes. > > **Overview** > **Automatic release 10.2.3** bumps the Flutter SDK and `purchases_ui_flutter` from **10.2.2** to **10.2.3**, and refreshes release metadata (`CHANGELOG`, `VERSIONS.md`, `.version`). > > The functional dependency change is **`purchases-hybrid-common` 18.10.0 → 18.14.1** on Android (`common_version` in both `android/build.gradle` and `purchases_ui_flutter/android/build.gradle`), which pulls in **Android 10.9.0**, **iOS 5.77.0/5.78.0**, and **Web 1.42.1–1.42.3**. Reported plugin version strings are updated on Android, iOS/macOS podspecs, and the web plugin; `purchases_ui_flutter` now depends on **`purchases_flutter: ^10.2.3`**. > > Changelog also notes **fastlane** bumps (2.235.0 → 2.236.1) from Dependabot; those are not in this diff snippet beyond the changelog lines. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b370b21. 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 is an automatic bump.
Updates purchases-hybrid-common to 18.14.1
Note
Medium Risk
Touches subscription/purchase integration dependencies on all platforms; behavior changes come from hybrid-common 18.14.1 rather than Flutter plugin code, so regression risk is mainly in purchase flows after dependency resolution.
Overview
Bumps
purchases-hybrid-commonfrom18.10.0to18.14.1across the Flutter SDK’s native and web integration points so every platform stays on the same hybrid-common release.On Android,
ext.common_versionis updated in bothpurchases_flutterandpurchases_ui_flutterGradle files, which drive thepurchases-hybrid-commonandpurchases-hybrid-common-uiMaven artifacts.On iOS and macOS, CocoaPods specs pin
PurchasesHybridCommon/PurchasesHybridCommonUIto18.14.1, and SwiftPackage.swiftfiles use an exact18.14.1dependency on thepurchases-hybrid-commonGit package.On web,
_purchasesHybridMappingsVersioninpurchases_flutter_web.dartis updated so the CDN-loaded@revenuecat/purchases-js-hybrid-mappingsscript matches the same version.Reviewed by Cursor Bugbot for commit 6cd0c5f. Bugbot is set up for automated code reviews on this repo. Configure here.