From ad456a9fba2c15b0d97155ebdde30c006a9fe830 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Jul 2026 10:11:42 +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.5.3 → 4.6.0 - Android: 4.18.2 → 4.19.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 d2df90ed..2a5fd691 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.18.2 +customerio.reactnative.cioSDKVersionAndroid=4.19.0 diff --git a/package.json b/package.json index 54b2c49a..dfb912a7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "./package.json": "./package.json" }, - "cioNativeiOSSdkVersion": "= 4.5.3", + "cioNativeiOSSdkVersion": "= 4.6.0", "cioiOSFirebaseWrapperSdkVersion": "= 1.0.0", "files": [ "src",