From 71db8a702ec3a8237a69ec483eeaf90ceecea1ec Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Mon, 20 Nov 2023 20:43:38 +0530 Subject: [PATCH] Update iOS sdk 16.3.1 (#381) --- intercom_flutter/CHANGELOG.md | 1 + intercom_flutter/README.md | 2 +- intercom_flutter/ios/intercom_flutter.podspec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 1b250fd..4c2f95b 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -3,6 +3,7 @@ ## 8.0.6 * Bump `intercom_flutter_web` to `1.0.1` to support `uuid: ^4.2.1`. +* Bump Intercom iOS SDK version to 16.3.1 ## 8.0.5 diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index 439e547..3b56500 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.5.0`. - The minimum Android SDK `minSdk` required is 21. - The compile Android SDK `compileSdk` required is 34. -- Uses Intercom iOS SDK Version `16.3.0`. +- Uses Intercom iOS SDK Version `16.3.1`. - The minimum iOS target version required is 13. - The Xcode version required is 15. diff --git a/intercom_flutter/ios/intercom_flutter.podspec b/intercom_flutter/ios/intercom_flutter.podspec index c6457f5..8a62b30 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.3.0' + s.dependency 'Intercom', '16.3.1' s.ios.deployment_target = '13.0' end