You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 15.16.1
4
+
###### Release Date: 02-05-2025
5
+
6
+
### 🚀 Enhancements
7
+
* Added support for conversations merged across channels and users
8
+
* Added support for setting a custom backstack item — You can now call `Intercom.pushBackStackActivity()` and set an activity you'd like as a backstack for Intercom push notifications
9
+
10
+
### 🐛 Bug Fixes
11
+
* Fixed an issue where Notes and Posts weren't showing in full
12
+
* Fixed IllegalArgumentException: Max number of dynamic shortcuts exceeded
13
+
* Fixed crashes on push notifications
14
+
15
+
### 👉 Dependency updates
16
+
* Compose BOM: Updated to 1.8.0 (via BOM 2025.04.00)
@@ -132,5 +132,5 @@ You can also include [VIBRATE](http://developer.android.com/reference/android/Ma
132
132
### Transitive Dependencies
133
133
134
134
Intercom Android SDK transitively depends on the above libraries. If your app is using any one of these libraries, they should at least be on the same major version that Intercom SDK is using.
135
-
When there are two versions of a library at build time, Gradle automatically picks the newer version.
135
+
When there are two versions of a library at build time, Gradle automatically picks the newer version.
136
136
This means if you are currently using say Glide 3.x, your app would automatically get Glide 4.x after including Intercom.
0 commit comments