Skip to content

Commit 151bd87

Browse files
authored
Release 15.11.5 (#651)
1 parent 92d4e3c commit 151bd87

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
.DS_Store
2+
3+
# Android Studio
4+
.idea
5+
.gradle
6+
build

CHANGELOG.md

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

3+
## 15.11.5
4+
###### Release Date: 10-01-2025
5+
6+
### 🚀 Enhancements
7+
* Revamped the “More” menu when launching directly into a conversation.
8+
* Updates to the Powered By Intercom badge in conversations.
9+
10+
### 🐛 Bug Fixes
11+
* Fixed a crash occurring when sending attachments.
12+
* Fixed an issue where tapping push notifications wouldn’t open the conversation
13+
14+
### 👉 Dependency updates
15+
* Firebase Messaging: Updated to 24.1.0
16+
317
## 15.11.4
418
###### Release Date: 17-12-2024
519

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ There are 2 options for installing Intercom on your Android app.
3939
Add the following dependency to your app's `build.gradle` file:
4040
```groovy
4141
dependencies {
42-
implementation 'io.intercom.android:intercom-sdk:15.11.4'
43-
implementation 'com.google.firebase:firebase-messaging:23.1.+'
42+
implementation 'io.intercom.android:intercom-sdk:15.11.5'
43+
implementation 'com.google.firebase:firebase-messaging:24.1.+'
4444
}
4545
```
4646

@@ -49,7 +49,7 @@ dependencies {
4949
If you'd rather not have push notifications in your app, you can use this dependency:
5050
```groovy
5151
dependencies {
52-
implementation 'io.intercom.android:intercom-sdk-base:15.11.4'
52+
implementation 'io.intercom.android:intercom-sdk-base:15.11.5'
5353
}
5454
```
5555

sample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ dependencies {
6464

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

67-
implementation("io.intercom.android:intercom-sdk:15.11.4")
68-
implementation("com.google.firebase:firebase-messaging:23.1.0")
67+
implementation("io.intercom.android:intercom-sdk:15.11.5")
68+
implementation("com.google.firebase:firebase-messaging:24.1.0")
6969
}
7070

7171
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)