From 9c5cae2e520a1b6a0c988c0678ca493c27172a2f Mon Sep 17 00:00:00 2001 From: Dominik Roszkowski Date: Wed, 16 Jul 2025 09:23:26 +0200 Subject: [PATCH] Update intercom-ios to 19.1.0 --- intercom_flutter/CHANGELOG.md | 4 ++++ intercom_flutter/README.md | 2 +- intercom_flutter/example/android/.gitignore | 1 + intercom_flutter/ios/intercom_flutter.podspec | 2 +- intercom_flutter/pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 964334d2..ca8fcafe 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.4.2 + +* Bump Intercom iOS SDK version to [19.1.0](https://github.com/intercom/intercom-ios/releases/tag/19.1.0) + ## 9.4.1 * Bump Intercom Android SDK version to [17.0.2](https://github.com/intercom/intercom-android/releases/tag/17.0.2) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 2ef59ea4..b56baf9f 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr - Uses Intercom Android SDK Version `17.0.2`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 35. -- Uses Intercom iOS SDK Version `19.0.1`. +- Uses Intercom iOS SDK Version `19.1.0`. - The minimum iOS target version required is 15. - The Xcode version required is 15. diff --git a/intercom_flutter/example/android/.gitignore b/intercom_flutter/example/android/.gitignore index ed63e349..82361719 100644 --- a/intercom_flutter/example/android/.gitignore +++ b/intercom_flutter/example/android/.gitignore @@ -7,3 +7,4 @@ /build /captures GeneratedPluginRegistrant.java +app/.cxx/ \ No newline at end of file diff --git a/intercom_flutter/ios/intercom_flutter.podspec b/intercom_flutter/ios/intercom_flutter.podspec index 50fa2fb1..097f44e4 100644 --- a/intercom_flutter/ios/intercom_flutter.podspec +++ b/intercom_flutter/ios/intercom_flutter.podspec @@ -17,6 +17,6 @@ A new flutter plugin project. s.dependency 'Flutter' s.dependency 'Intercom' s.static_framework = true - s.dependency 'Intercom', '19.0.1' + s.dependency 'Intercom', '19.1.0' s.ios.deployment_target = '15.0' end diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index dec88ddd..2bef20af 100644 --- a/intercom_flutter/pubspec.yaml +++ b/intercom_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: intercom_flutter description: Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services -version: 9.4.1 +version: 9.4.2 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: