From 1bb249c5f8a6f94e8e84d95da71fd826a5c6867c Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Mon, 2 Oct 2023 02:21:55 +0530 Subject: [PATCH] Update Android sdk 15.2.3 and iOS sdk 16.0.1 (#358) --- 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 26d5b12..945c307 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.0.1 + +* Bump Intercom iOS SDK version to 16.0.1 +* Bump Intercom Android SDK version to 15.2.3 + ## 8.0.0 * Bump Intercom iOS SDK version to 16.0.0. This supports Xcode 15 and iOS 17. (Note: Xcode 15 is required when using Intercom iOS SDK 16.0.0) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index c8fe01d..213140d 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.2.2`. +- Uses Intercom Android SDK Version `15.2.3`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 34. -- Uses Intercom iOS SDK Version `16.0.0`. +- Uses Intercom iOS SDK Version `16.0.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 0729646..9c3582a 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.2.2' + implementation 'io.intercom.android:intercom-sdk:15.2.3' 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 e01223c..5fb74bb 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.0.0' + s.dependency 'Intercom', '16.0.1' s.ios.deployment_target = '13.0' end diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 35358cf..798596b 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.0 +version: 8.0.1 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: