File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.1.0
4
+
5
+ * Bump Intercom iOS SDK version to 18.0.0
6
+
3
7
## 9.0.11
4
8
5
9
* Removed references to v1 embedding.
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
8
8
- Uses Intercom Android SDK Version ` 15.10.3 ` .
9
9
- The minimum Android SDK ` minSdk ` required is 21.
10
10
- The compile Android SDK ` compileSdk ` required is 34.
11
- - Uses Intercom iOS SDK Version ` 17.4 .0` .
11
+ - Uses Intercom iOS SDK Version ` 18.0 .0` .
12
12
- The minimum iOS target version required is 15.
13
13
- The Xcode version required is 15.
14
14
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ A new flutter plugin project.
17
17
s . dependency 'Flutter'
18
18
s . dependency 'Intercom'
19
19
s . static_framework = true
20
- s . dependency 'Intercom' , '17.4 .0'
20
+ s . dependency 'Intercom' , '18.0 .0'
21
21
s . ios . deployment_target = '15.0'
22
22
end
Original file line number Diff line number Diff line change 1
1
name : intercom_flutter
2
2
description : Flutter plugin for Intercom integration. Provides in-app messaging
3
3
and help-center Intercom services
4
- version : 9.0.11
4
+ version : 9.1.0
5
5
homepage : https://github.com/v3rm0n/intercom_flutter
6
6
7
7
dependencies :
You can’t perform that action at this time.
0 commit comments