Skip to content

Commit

Permalink
Update iOS sdk 16.3.1 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak786 authored Nov 20, 2023
1 parent b3cdc98 commit 71db8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions intercom_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/ios/intercom_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71db8a7

Please sign in to comment.