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