chore: update Customer.io native SDKs (iOS 4.6.0, Android 4.19.0)#362
Open
github-actions[bot] wants to merge 1 commit into
Open
chore: update Customer.io native SDKs (iOS 4.6.0, Android 4.19.0)#362github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- iOS: 4.5.3 → 4.6.0 - Android: 4.18.2 → 4.19.0 🤖 Automated update with compilation verification
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.
Summary
Automated update of Customer.io native SDK dependencies:
Key Changes
iOS SDK 4.6.0
4.6.0 (2026-07-06)
Features
Android SDK 4.19.0
4.19.0 (2026-07-01)
Testing
Migration Notes
This update maintains API compatibility. Please test your integration thoroughly and review the release notes linked above for any specific changes that might affect your implementation.
🤖 This PR was automatically generated and tested
Note
Low Risk
Version-pin-only changes across Gradle, pubspec, and SPM; behavior shifts come from upstream SDK releases (notably iOS in-app dark mode), so integration smoke tests are the main check.
Overview
Bumps the Flutter plugin’s pinned Customer.io native SDK versions with no Dart or bridge API changes.
Android:
cioVersioninandroid/build.gradlemoves 4.18.2 → 4.19.0, so allio.customer.android:*artifacts (datapipelines, push FCM, in-app, optional location) resolve to the new release.iOS:
native_sdk_versioninpubspec.yamlmoves 4.5.3 → 4.6.0 (used by CocoaPods podspecs), andios/customer_io/Package.swiftpins the same exactcustomerio-iosversion for SPM consumers.Sample apps
flutter_sample_cocoapodsandflutter_sample_spmhave refreshedpubspec.lockentries (pathcustomer_ioversion and transitive resolution, including a tighter Dart SDK lower bound frompub get).Reviewed by Cursor Bugbot for commit 88c34da. Bugbot is set up for automated code reviews on this repo. Configure here.