diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index bd1c385..ab707eb 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.6.26 + +* Bump Intercom Android SDK version to [18.9.3](https://github.com/intercom/intercom-android/releases/tag/18.9.3) +* Bump Intercom iOS SDK version to [19.8.1](https://github.com/intercom/intercom-ios/releases/tag/19.8.1) + ## 9.6.25 * Android: apply the Kotlin Gradle Plugin only when AGP built-in Kotlin is not active. diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 6a8292f..013ac5b 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 `18.9.1`. +- Uses Intercom Android SDK Version `18.9.3`. - The minimum Android SDK `minSdk` required is 23. - The compile Android SDK `compileSdk` required is 36. -- Uses Intercom iOS SDK Version `19.8.0`. +- Uses Intercom iOS SDK Version `19.8.1`. - 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 21b082a..c5ce002 100644 --- a/intercom_flutter/android/build.gradle +++ b/intercom_flutter/android/build.gradle @@ -59,7 +59,7 @@ kotlin { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'io.intercom.android:intercom-sdk:18.9.1' - implementation 'io.intercom.android:intercom-sdk-ui:18.9.1' + implementation 'io.intercom.android:intercom-sdk:18.9.3' + implementation 'io.intercom.android:intercom-sdk-ui:18.9.3' implementation 'com.google.firebase:firebase-messaging:25.0.1' } diff --git a/intercom_flutter/ios/intercom_flutter/Package.swift b/intercom_flutter/ios/intercom_flutter/Package.swift index b10549e..aba5359 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.8.0") + .package(url: "https://github.com/intercom/intercom-ios-sp.git", exact: "19.8.1") ], targets: [ .target( diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 8de4e8f..331017f 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.25 +version: 9.6.26 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: