From 80224a9e63cf39a91523bae94d05eaabe1b3ca58 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 14 Jan 2026 09:12:28 +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.0.0 → 4.1.0 - Android: 4.13.0 → 4.15.0 🤖 Automated update with compilation verification --- android/build.gradle | 2 +- apps/amiapp_flutter/pubspec.lock | 10 +++++----- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2f8d97c..9401861 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -60,7 +60,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Customer.io SDK - def cioVersion = "4.13.0" + def cioVersion = "4.15.0" 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/apps/amiapp_flutter/pubspec.lock b/apps/amiapp_flutter/pubspec.lock index 0d04bdc..5bbce5c 100644 --- a/apps/amiapp_flutter/pubspec.lock +++ b/apps/amiapp_flutter/pubspec.lock @@ -103,7 +103,7 @@ packages: path: "../.." relative: true source: path - version: "3.1.0" + version: "3.1.1" dbus: dependency: transitive description: @@ -371,10 +371,10 @@ packages: dependency: transitive description: name: meta - sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c + sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" package_info_plus: dependency: "direct main" description: @@ -608,10 +608,10 @@ packages: dependency: transitive description: name: test_api - sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" + sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 url: "https://pub.dev" source: hosted - version: "0.7.6" + version: "0.7.7" timezone: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3c11f86..65ff705 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,5 +43,5 @@ flutter: pluginClass: CustomerIOPlugin ios: pluginClass: CustomerIOPlugin - native_sdk_version: 4.0.0 + native_sdk_version: 4.1.0 firebase_wrapper_version: 1.0.0