fix: update Customer.io native SDKs (iOS 4.1.2, Android 4.15.1)#560
Merged
fix: update Customer.io native SDKs (iOS 4.1.2, Android 4.15.1)#560
Conversation
- iOS: 4.1.0 → 4.1.2 - Android: 4.15.0 → 4.15.1 🤖 Automated update with compilation verification
github-actions bot
pushed a commit
that referenced
this pull request
Feb 6, 2026
## [6.1.1](6.1.0...6.1.1) (2026-02-06) ### Bug Fixes * update Customer.io native SDKs (iOS 4.1.2, Android 4.15.1) ([#560](#560)) ([71cbd4d](71cbd4d))
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.1.2
4.1.2 (2026-02-05)
Bug Fixes
Android SDK 4.15.1
4.15.1 (2026-02-04)
Bug Fixes
Testing
Files Updated
Migration Notes
This update maintains API compatibility. The React Native wrapper uses the same public API surface, but benefits from bug fixes and improvements in the underlying native SDKs. 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
Simple dependency version bumps with no code changes in this repo; risk is limited to potential upstream behavior/regression from the new native SDK versions.
Overview
Updates the wrapped Customer.io native SDK dependency versions only: iOS from
4.1.0to4.1.2(viacioNativeiOSSdkVersioninpackage.json) and Android from4.15.0to4.15.1(viacustomerio.reactnative.cioSDKVersionAndroidinandroid/gradle.properties).No React Native API or source changes are included; this PR just pulls in upstream native bug fixes via version bumps.
Written by Cursor Bugbot for commit 0877ca1. This will update automatically on new commits. Configure here.