From 4698bb33bda3e91c85d9e9a58b3717f136bda058 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 May 2026 10:20:10 +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.4.1 → 4.4.3 - Android: 4.17.0 → 4.17.1 🤖 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 78e23cb1..1f529196 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.17.0 +customerio.reactnative.cioSDKVersionAndroid=4.17.1 diff --git a/package.json b/package.json index 655be63d..e9eae81b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.4.1", + "cioNativeiOSSdkVersion": "= 4.4.3", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src",