From 95acfa48c7235aa935d05d6df30926db0c6de1c1 Mon Sep 17 00:00:00 2001 From: prithivraj Date: Wed, 23 Jul 2025 15:39:02 +0100 Subject: [PATCH 1/2] Release 17.0.3 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- sample/app/build.gradle | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ad27b..771b4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 17.0.3 +###### Release Date: 23-07-2025 + +### 🚀 Enhancements +* Improved dark mode support + +### 🐛 Bug Fixes +* Fixed issue where audio was missing during certain conversations + ## 17.0.2 ###### Release Date: 11-07-2025 diff --git a/README.md b/README.md index e02ea31..f93b063 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:17.0.2' + implementation 'io.intercom.android:intercom-sdk:17.0.3' 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:17.0.2' + implementation 'io.intercom.android:intercom-sdk-base:17.0.3' } ``` diff --git a/sample/app/build.gradle b/sample/app/build.gradle index 1b02c73..8d6562f 100644 --- a/sample/app/build.gradle +++ b/sample/app/build.gradle @@ -65,6 +65,6 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.1.3") - implementation("io.intercom.android:intercom-sdk:17.0.2") + implementation("io.intercom.android:intercom-sdk:17.0.3") implementation("com.google.firebase:firebase-messaging:24.1.0") } From e7c0763ed298c46b247e7cc48b8bf9c8eaeb905b Mon Sep 17 00:00:00 2001 From: prithivraj Date: Wed, 23 Jul 2025 15:41:45 +0100 Subject: [PATCH 2/2] Update changelog: clarify audio fix was for videos, remove enhancement heading for dark mode --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771b4ee..b7c5187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,10 @@ ## 17.0.3 ###### Release Date: 23-07-2025 -### 🚀 Enhancements * Improved dark mode support ### 🐛 Bug Fixes -* Fixed issue where audio was missing during certain conversations +* Fixed issue where audio was missing in certain videos ## 17.0.2 ###### Release Date: 11-07-2025