File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.6.11
4+
5+ * Bump Intercom iOS SDK version to [ 19.6.3] ( https://github.com/intercom/intercom-ios/releases/tag/19.6.3 )
6+
37## 9.6.10
48
59* Bump Intercom iOS SDK version to [ 19.6.2] ( https://github.com/intercom/intercom-ios/releases/tag/19.6.2 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr
88- Uses Intercom Android SDK Version ` 18.2.0 ` .
99- The minimum Android SDK ` minSdk ` required is 23.
1010- The compile Android SDK ` compileSdk ` required is 36.
11- - Uses Intercom iOS SDK Version ` 19.6.2 ` .
11+ - Uses Intercom iOS SDK Version ` 19.6.3 ` .
1212- The minimum iOS target version required is 15.
1313- The Xcode version required is 15.
1414
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
1212 . library( name: " intercom-flutter " , targets: [ " intercom_flutter " ] )
1313 ] ,
1414 dependencies: [
15- . package ( url: " https://github.com/intercom/intercom-ios-sp.git " , exact: " 19.6.2 " )
15+ . package ( url: " https://github.com/intercom/intercom-ios-sp.git " , exact: " 19.6.3 " )
1616 ] ,
1717 targets: [
1818 . target(
Original file line number Diff line number Diff line change 11name : intercom_flutter
22description : Flutter plugin for Intercom integration. Provides in-app messaging
33 and help-center Intercom services
4- version : 9.6.10
4+ version : 9.6.11
55homepage : https://github.com/v3rm0n/intercom_flutter
66
77dependencies :
You can’t perform that action at this time.
0 commit comments