From 38ae24d6e7fc1a32f7f360448f77c89bc8362c7d Mon Sep 17 00:00:00 2001 From: deepak786 <14223997+deepak786@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:14:21 +0000 Subject: [PATCH] Update intercom-android 18.9.0 --- intercom_flutter/CHANGELOG.md | 4 ++++ intercom_flutter/README.md | 2 +- intercom_flutter/android/build.gradle | 4 ++-- intercom_flutter/pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index a2a32d6..e3afef3 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.6.22 + +* Bump Intercom Android SDK version to [18.9.0](https://github.com/intercom/intercom-android/releases/tag/18.9.0) + ## 9.6.21 * Bump Intercom Android SDK version to [18.8.0](https://github.com/intercom/intercom-android/releases/tag/18.8.0) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index b65e44a..4e7f174 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -5,7 +5,7 @@ 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 `18.8.0`. +- Uses Intercom Android SDK Version `18.9.0`. - The minimum Android SDK `minSdk` required is 23. - The compile Android SDK `compileSdk` required is 36. - Uses Intercom iOS SDK Version `19.7.2`. diff --git a/intercom_flutter/android/build.gradle b/intercom_flutter/android/build.gradle index c6d3648..b9d6dd0 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:18.8.0' - implementation 'io.intercom.android:intercom-sdk-ui:18.8.0' + implementation 'io.intercom.android:intercom-sdk:18.9.0' + implementation 'io.intercom.android:intercom-sdk-ui:18.9.0' implementation 'com.google.firebase:firebase-messaging:25.0.1' } diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 572035f..5dfd137 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.6.21 +version: 9.6.22 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: