From b8cb309b775e24288acd3c31192429962bc5cd8c Mon Sep 17 00:00:00 2001 From: Mahmoud Elmorabea Date: Thu, 9 Jan 2025 14:29:18 +0400 Subject: [PATCH] fix: Update native Android and iOS CIO SDK versions (#192) --- android/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 5c953d7..2966c9a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -58,7 +58,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Customer.io SDK - def cioVersion = "4.5.0" + def cioVersion = "4.5.2" implementation "io.customer.android:datapipelines:$cioVersion" implementation "io.customer.android:messaging-push-fcm:$cioVersion" implementation "io.customer.android:messaging-in-app:$cioVersion" diff --git a/pubspec.yaml b/pubspec.yaml index 9bd484e..2c0f713 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,4 +42,4 @@ flutter: pluginClass: CustomerIOPlugin ios: pluginClass: CustomerIOPlugin - native_sdk_version: 3.7.1 + native_sdk_version: 3.7.2