Skip to content

Commit 45bcfcf

Browse files
authored
Update intercom-android 17.4.0 (#590)
1 parent f78935a commit 45bcfcf

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

intercom_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.4.22
4+
5+
* Bump Intercom Android SDK version to [17.4.0](https://github.com/intercom/intercom-android/releases/tag/17.4.0)
6+
37
## 9.4.21
48

59
* Bump Intercom iOS SDK version to [19.4.1](https://github.com/intercom/intercom-ios/releases/tag/19.4.1)

intercom_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 `17.3.1`.
8+
- Uses Intercom Android SDK Version `17.4.0`.
99
- The minimum Android SDK `minSdk` required is 21.
1010
- The compile Android SDK `compileSdk` required is 35.
1111
- Uses Intercom iOS SDK Version `19.4.1`.

intercom_flutter/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050

5151
dependencies {
5252
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
53-
implementation 'io.intercom.android:intercom-sdk:17.3.1'
54-
implementation 'io.intercom.android:intercom-sdk-ui:17.3.1'
53+
implementation 'io.intercom.android:intercom-sdk:17.4.0'
54+
implementation 'io.intercom.android:intercom-sdk-ui:17.4.0'
5555
implementation 'com.google.firebase:firebase-messaging:24.1.2'
5656
}

intercom_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: intercom_flutter
22
description: Flutter plugin for Intercom integration. Provides in-app messaging
33
and help-center Intercom services
4-
version: 9.4.21
4+
version: 9.4.22
55
homepage: https://github.com/v3rm0n/intercom_flutter
66

77
dependencies:

0 commit comments

Comments
 (0)