[AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.10.0#1771
Merged
Conversation
rickvdl
approved these changes
Jun 4, 2026
RCGitBot
added a commit
that referenced
this pull request
Jun 4, 2026
**This is an automatic release.** ## RevenueCat SDK ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.10.0 (#1771) via RevenueCat Git Bot (@RCGitBot) * [Android 10.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.8.0) * [iOS 5.76.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.76.0) * [Web 1.42.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.42.0) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Patch release with version string and hybrid-common dependency bumps only; no Flutter API or application logic changes in the diff. > > **Overview** > Automatic **10.2.2** release that bumps the Flutter plugin and `purchases_ui_flutter` package versions everywhere they are declared (`.version`, `pubspec.yaml`, Gradle, CocoaPods, and native `PLUGIN_VERSION` / `platformFlavorVersion` strings). > > The substantive dependency change is **`purchases-hybrid-common` 18.9.1 → 18.10.0** on Android (`ext.common_version`) and iOS/macOS Podspecs, which pulls in **Android 10.8.0**, **iOS 5.76.0**, and **Web 1.42.0** per the changelog. `CHANGELOG-LATEST.md` / `CHANGELOG.md` are updated accordingly; prior 10.2.1 changelog entries for the older PHC bump and a fastlane dependabot note are trimmed from the latest file. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b09a6b7. 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.10.0
Note
Low Risk
Version-pin-only change with no application code edits; risk is limited to whatever behavior ships in hybrid-common 18.10.0 upstream.
Overview
Bumps purchases-hybrid-common from 18.9.1 to 18.10.0 across all native and web integration points for
purchases_flutterandpurchases_ui_flutter.Android Gradle
common_versionand Maven artifacts (purchases-hybrid-common,purchases-hybrid-common-ui) now resolve to 18.10.0. iOS and macOS CocoaPods and Swift Package Manager dependencies onPurchasesHybridCommon/PurchasesHybridCommonUIare pinned to the same version. The Flutter web plugin loads@revenuecat/purchases-js-hybrid-mappings@18.10.0from jsDelivr via_purchasesHybridMappingsVersioninpurchases_flutter_web.dart.There are no Dart API or plugin logic changes in this diff—only version alignment so each platform pulls the matching hybrid-common release.
Reviewed by Cursor Bugbot for commit 47a7a93. Bugbot is set up for automated code reviews on this repo. Configure here.