diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 7ed98a5..40db55e 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.4.22 + +* Bump Intercom Android SDK version to [17.4.0](https://github.com/intercom/intercom-android/releases/tag/17.4.0) + ## 9.4.21 * Bump Intercom iOS SDK version to [19.4.1](https://github.com/intercom/intercom-ios/releases/tag/19.4.1) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index db6b300..c4972be 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 `17.3.1`. +- Uses Intercom Android SDK Version `17.4.0`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 35. - Uses Intercom iOS SDK Version `19.4.1`. diff --git a/intercom_flutter/android/build.gradle b/intercom_flutter/android/build.gradle index 1b3ae10..60d097d 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.3.1' - implementation 'io.intercom.android:intercom-sdk-ui:17.3.1' + implementation 'io.intercom.android:intercom-sdk:17.4.0' + implementation 'io.intercom.android:intercom-sdk-ui:17.4.0' implementation 'com.google.firebase:firebase-messaging:24.1.2' } diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index a4cd79f..5e26d0a 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.21 +version: 9.4.22 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: