Skip to content

Commit e383334

Browse files
authored
Update intercom-android 15.10.3 and intercom-ios 17.4.0 (#469)
1 parent df0cd0f commit e383334

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

intercom_flutter/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* Removed references to v1 embedding.
66
* Implemented `displayHome` for all platforms.
7+
* Bump Intercom Android SDK version to 15.10.3
8+
* Bump Intercom iOS SDK version to 17.4.0
79

810
## 9.0.10
911

intercom_flutter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-android), [iOS](https://github.com/intercom/intercom-ios), and [Web](https://developers.intercom.com/installing-intercom/docs/basic-javascript) projects.
77

8-
- Uses Intercom Android SDK Version `15.10.2`.
8+
- Uses Intercom Android SDK Version `15.10.3`.
99
- The minimum Android SDK `minSdk` required is 21.
1010
- The compile Android SDK `compileSdk` required is 34.
11-
- Uses Intercom iOS SDK Version `17.3.0`.
11+
- Uses Intercom iOS SDK Version `17.4.0`.
1212
- The minimum iOS target version required is 15.
1313
- The Xcode version required is 15.
1414

intercom_flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ android {
5050

5151
dependencies {
5252
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
53-
implementation 'io.intercom.android:intercom-sdk:15.10.2'
53+
implementation 'io.intercom.android:intercom-sdk:15.10.3'
5454
implementation 'com.google.firebase:firebase-messaging:23.3.1'
5555
}

intercom_flutter/ios/intercom_flutter.podspec

+1-1
Original file line numberDiff line numberDiff 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', '17.3.0'
20+
s.dependency 'Intercom', '17.4.0'
2121
s.ios.deployment_target = '15.0'
2222
end

0 commit comments

Comments
 (0)