From c93f5c05499ae7db62895ffb87acc545d691d1a3 Mon Sep 17 00:00:00 2001 From: Brian Boyle Date: Fri, 3 Nov 2023 17:18:33 +0000 Subject: [PATCH 1/2] Update iOS SDK to 16.2.3 - Update Intercom iOS SDK to 16.2.3 - Bumped Android SDK compile version to 34. --- intercom_flutter/CHANGELOG.md | 5 +++++ intercom_flutter/README.md | 2 +- intercom_flutter/android/build.gradle | 2 +- intercom_flutter/ios/intercom_flutter.podspec | 2 +- intercom_flutter/pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 3822850..eb8bc63 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.0.4 + +* Bump Intercom iOS SDK version to 16.2.3 +* Bump Intercom Android SDK compile version to 34 + ## 8.0.3 * Bump Intercom iOS SDK version to 16.2.1 diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 96867d2..3996192 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr - 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.2.1`. +- Uses Intercom iOS SDK Version `16.2.13`. - 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 d1a662d..f8178ad 100644 --- a/intercom_flutter/android/build.gradle +++ b/intercom_flutter/android/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 33 + compileSdkVersion 34 sourceSets { main.java.srcDirs += 'src/main/kotlin' } diff --git a/intercom_flutter/ios/intercom_flutter.podspec b/intercom_flutter/ios/intercom_flutter.podspec index b9c77b8..0829a1e 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.2.1' + s.dependency 'Intercom', '16.2.3' s.ios.deployment_target = '13.0' end diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index e3026a1..a59a127 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.3 +version: 8.0.4 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: From 51b98b9009eeb0128305af7e0724b7cab1ce0f83 Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Mon, 6 Nov 2023 15:02:21 +0530 Subject: [PATCH 2/2] Correction Co-authored-by: Cristian Zazo --- intercom_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 3996192..a18fd29 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr - 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.2.13`. +- Uses Intercom iOS SDK Version `16.2.3`. - The minimum iOS target version required is 13. - The Xcode version required is 15.