From a6ed6acef723cba24b97563d8a60d42e439cc9ae Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 14 Jan 2026 09:10:43 +0000 Subject: [PATCH] chore: update Customer.io native SDK versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - iOS: 4.0.0 → 4.1.0 - Android: 4.14.0 → 4.15.0 🤖 Automated update with compilation verification --- android/gradle.properties | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index cfc2a417..babe3047 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,4 +2,4 @@ customerio.reactnative.kotlinVersion=2.1.20 customerio.reactnative.compileSdkVersion=36 customerio.reactnative.targetSdkVersion=36 customerio.reactnative.minSdkVersion=21 -customerio.reactnative.cioSDKVersionAndroid=4.14.0 +customerio.reactnative.cioSDKVersionAndroid=4.15.0 diff --git a/package.json b/package.json index 12755161..a9785a16 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.0.0", + "cioNativeiOSSdkVersion": "= 4.1.0", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src",