From 3a3593f96358b0c2124cebd97ce5db655e474318 Mon Sep 17 00:00:00 2001 From: Intercom Android Release Robot Date: Tue, 23 Jun 2026 10:21:53 +0000 Subject: [PATCH] Release 18.3.1 --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- sample/app/build.gradle | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc7f9f..49e1847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 18.3.1 +###### Release Date: 23-06-2026 + +### 🐛 Bug Fixes +* Fixed a crash when selecting multiple photos to upload from a Messenger form +* Fixed attribute collectors not appearing in Android conversations +* Fixed a crash caused by push-notification image loading running on the main thread +* Restored the `ThemeMode` enum and `ui` package to the published artifact, so theme customization works as documented +* Fixed Fin reply links rendering with unreadable, low-contrast text + +### 👉 Dependency updates +* Firebase Messaging: Updated to 25.1.0 + ## 18.3.0 ###### Release Date: 15-06-2026 diff --git a/README.md b/README.md index 71309d3..1979c7d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are 2 options for installing Intercom on your Android app. Add the following dependency to your app's `build.gradle` file: ```groovy dependencies { - implementation 'io.intercom.android:intercom-sdk:18.3.0' + implementation 'io.intercom.android:intercom-sdk:18.3.1' implementation 'com.google.firebase:firebase-messaging:24.1.+' } ``` @@ -49,7 +49,7 @@ dependencies { If you'd rather not have push notifications in your app, you can use this dependency: ```groovy dependencies { - implementation 'io.intercom.android:intercom-sdk-base:18.3.0' + implementation 'io.intercom.android:intercom-sdk-base:18.3.1' } ``` diff --git a/sample/app/build.gradle b/sample/app/build.gradle index 844ffae..87bfa25 100644 --- a/sample/app/build.gradle +++ b/sample/app/build.gradle @@ -63,6 +63,6 @@ dependencies { implementation 'androidx.datastore:datastore-preferences:1.2.1' - implementation 'io.intercom.android:intercom-sdk:18.3.0' + implementation 'io.intercom.android:intercom-sdk:18.3.1' implementation 'com.google.firebase:firebase-messaging:25.0.1' }