From bb8778d4cbe4f60020be41f689fe143280e3bbed Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Mon, 30 Oct 2023 12:28:19 +0530 Subject: [PATCH] Update Android sdk 15.4.0 and iOS sdk 16.2.1 (#365) --- intercom_flutter/CHANGELOG.md | 5 +++++ intercom_flutter/README.md | 4 ++-- intercom_flutter/android/build.gradle | 2 +- intercom_flutter/ios/intercom_flutter.podspec | 2 +- intercom_flutter/pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 206a922..3822850 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.0.3 + +* Bump Intercom iOS SDK version to 16.2.1 +* Bump Intercom Android SDK version to 15.4.0 + ## 8.0.2 * Bump Intercom iOS SDK version to 16.1.1 diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index c36b567..96867d2 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 `15.3.0`. +- Uses Intercom Android SDK Version `15.4.0`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 34. -- Uses Intercom iOS SDK Version `16.1.1`. +- Uses Intercom iOS SDK Version `16.2.1`. - The minimum iOS target version required is 13. - The Xcode version required is 15. diff --git a/intercom_flutter/android/build.gradle b/intercom_flutter/android/build.gradle index bd3b659..d1a662d 100644 --- a/intercom_flutter/android/build.gradle +++ b/intercom_flutter/android/build.gradle @@ -43,6 +43,6 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'io.intercom.android:intercom-sdk:15.3.0' + implementation 'io.intercom.android:intercom-sdk:15.4.0' implementation 'com.google.firebase:firebase-messaging:23.1.2' } diff --git a/intercom_flutter/ios/intercom_flutter.podspec b/intercom_flutter/ios/intercom_flutter.podspec index 1b8bc49..b9c77b8 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', '16.1.1' + s.dependency 'Intercom', '16.2.1' s.ios.deployment_target = '13.0' end diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 6866d51..e3026a1 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: 8.0.2 +version: 8.0.3 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: