Skip to content

Commit 218e333

Browse files
authored
Release 15.9.1 (#639)
1 parent 26b15e5 commit 218e333

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

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

3+
## 15.9.1
4+
###### Release Date: 14-06-2024
5+
### 🐛 Bug Fixes
6+
- Fixed the issue where push open stats weren’t tracked correctly.
7+
- Fixed the issue where deep links in push message doesn’t work for React Native.
8+
- Attribute collectors are now disabled now if the conversation is closed.
9+
10+
### 👉 Dependency updates
11+
* Kotlin Coroutines: Updated from version 1.8.0 to 1.8.1
12+
* AndroidX Paging: Updated from version 3.2.1 to 3.3.0
13+
* Lifecycle: Updated from version 2.6.2 to 2.8.1
14+
* Gson: Updated from 2.10.1 to 2.11.0
15+
316
## 15.9.0
417
###### Release Date: 16-05-2024
518
### 🐛 Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ There are 2 options for installing Intercom on your Android app.
4343
Add the following dependency to your app's `build.gradle` file:
4444
```groovy
4545
dependencies {
46-
implementation 'io.intercom.android:intercom-sdk:15.9.0'
47-
implementation 'com.google.firebase:firebase-messaging:20.+'
46+
implementation 'io.intercom.android:intercom-sdk:15.9.1'
47+
implementation 'com.google.firebase:firebase-messaging:23.1.+'
4848
}
4949
```
5050

@@ -53,7 +53,7 @@ dependencies {
5353
If you'd rather not have push notifications in your app, you can use this dependency:
5454
```groovy
5555
dependencies {
56-
implementation 'io.intercom.android:intercom-sdk-base:15.9.0'
56+
implementation 'io.intercom.android:intercom-sdk-base:15.9.1'
5757
}
5858
```
5959

sample/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ dependencies {
5555
implementation "androidx.compose.ui:ui-tooling-preview"
5656
debugImplementation "androidx.compose.ui:ui-tooling"
5757

58-
implementation 'androidx.core:core-ktx:1.12.0'
59-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
58+
implementation 'androidx.core:core-ktx:1.13.1'
59+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1'
6060
implementation 'androidx.activity:activity-compose:1.7.2'
61-
implementation("androidx.navigation:navigation-compose:2.7.6")
61+
implementation("androidx.navigation:navigation-compose:2.7.7")
6262

6363
implementation "com.google.accompanist:accompanist-flowlayout:0.27.0"
6464

6565
implementation("androidx.datastore:datastore-preferences:1.0.0")
6666

67-
implementation("io.intercom.android:intercom-sdk:15.9.0")
67+
implementation("io.intercom.android:intercom-sdk:15.9.1")
6868
implementation("com.google.firebase:firebase-messaging:23.1.0")
6969
}
7070

0 commit comments

Comments
 (0)