File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed
Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2+
3+ # Android Studio
4+ .idea
5+ .gradle
6+ build
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ There are 2 options for installing Intercom on your Android app.
3939Add the following dependency to your app's ` build.gradle ` file:
4040``` groovy
4141dependencies {
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 {
4949If you'd rather not have push notifications in your app, you can use this dependency:
5050``` groovy
5151dependencies {
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
Original file line number Diff line number Diff 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
7171apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments