From 1fe2b198e12362702cc7ee7f8d33d06d2352156d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 9 Sep 2026 09:15:07 +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.7.6 → 4.8.0 - Android: 4.20.2 → 4.21.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 9010b7b3..1b083fa1 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.20.2 +customerio.reactnative.cioSDKVersionAndroid=4.21.0 diff --git a/package.json b/package.json index 4f9955dd..c7cccd23 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.7.6", + "cioNativeiOSSdkVersion": "= 4.8.0", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src",