File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.4.18
4+
5+ * Bump Intercom iOS SDK version to [ 19.3.4] ( https://github.com/intercom/intercom-ios/releases/tag/19.3.4 )
6+
37## 9.4.17
48
59* Bump Intercom iOS SDK version to [ 19.3.3] ( https://github.com/intercom/intercom-ios/releases/tag/19.3.3 )
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 ` 17.3.1 ` .
99- The minimum Android SDK ` minSdk ` required is 21.
1010- The compile Android SDK ` compileSdk ` required is 35.
11- - Uses Intercom iOS SDK Version ` 19.3.3 ` .
11+ - Uses Intercom iOS SDK Version ` 19.3.4 ` .
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 @@ -17,6 +17,6 @@ A new flutter plugin project.
1717 s . dependency 'Flutter'
1818 s . dependency 'Intercom'
1919 s . static_framework = true
20- s . dependency 'Intercom' , '19.3.3 '
20+ s . dependency 'Intercom' , '19.3.4 '
2121 s . ios . deployment_target = '15.0'
2222end
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.4.17
4+ version : 9.4.18
55homepage : https://github.com/v3rm0n/intercom_flutter
66
77dependencies :
You can’t perform that action at this time.
0 commit comments