From 87ea206a05a42afdd48b0a6c87b21ac5808bfad2 Mon Sep 17 00:00:00 2001 From: deepak786 <14223997+deepak786@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:01:13 +0000 Subject: [PATCH] Update intercom-android 17.4.7 and intercom-ios 19.5.4 --- intercom_flutter/CHANGELOG.md | 5 +++++ intercom_flutter/README.md | 4 ++-- intercom_flutter/android/build.gradle | 4 ++-- intercom_flutter/ios/intercom_flutter/Package.swift | 2 +- intercom_flutter/pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 259b02d..eeaec09 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.5.5 + +* Bump Intercom Android SDK version to [17.4.7](https://github.com/intercom/intercom-android/releases/tag/17.4.7) +* Bump Intercom iOS SDK version to [19.5.4](https://github.com/intercom/intercom-ios/releases/tag/19.5.4) + ## 9.5.4 * Bump Intercom iOS SDK version to [19.5.3](https://github.com/intercom/intercom-ios/releases/tag/19.5.3) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 20d64a4..14d456b 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -5,10 +5,10 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-android), [iOS](https://github.com/intercom/intercom-ios), and [Web](https://developers.intercom.com/installing-intercom/docs/basic-javascript) projects. -- Uses Intercom Android SDK Version `17.4.6`. +- Uses Intercom Android SDK Version `17.4.7`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 35. -- Uses Intercom iOS SDK Version `19.5.3`. +- Uses Intercom iOS SDK Version `19.5.4`. - The minimum iOS target version required is 15. - The Xcode version required is 15. diff --git a/intercom_flutter/android/build.gradle b/intercom_flutter/android/build.gradle index 88f7259..b169c7b 100644 --- a/intercom_flutter/android/build.gradle +++ b/intercom_flutter/android/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'io.intercom.android:intercom-sdk:17.4.6' - implementation 'io.intercom.android:intercom-sdk-ui:17.4.6' + implementation 'io.intercom.android:intercom-sdk:17.4.7' + implementation 'io.intercom.android:intercom-sdk-ui:17.4.7' implementation 'com.google.firebase:firebase-messaging:24.1.2' } diff --git a/intercom_flutter/ios/intercom_flutter/Package.swift b/intercom_flutter/ios/intercom_flutter/Package.swift index 0e7128b..0abb69d 100644 --- a/intercom_flutter/ios/intercom_flutter/Package.swift +++ b/intercom_flutter/ios/intercom_flutter/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "intercom-flutter", targets: ["intercom_flutter"]) ], dependencies: [ - .package(url: "https://github.com/intercom/intercom-ios-sp.git", exact: "19.5.3") + .package(url: "https://github.com/intercom/intercom-ios-sp.git", exact: "19.5.4") ], targets: [ .target( diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 9fd3622..ec6f20a 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.5.4 +version: 9.5.5 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: