From a0146644da9d15510022f9f816ed91df7cde4f8d Mon Sep 17 00:00:00 2001 From: Liuting Du Date: Mon, 19 Dec 2022 17:06:36 +0000 Subject: [PATCH] Release 10.0.4 (#595) --- CHANGELOG.md | 14 ++++++++++---- README.md | 4 ++-- sample/app/build.gradle | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbeb7ca..e4e91d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 14.0.4 +###### Release Date: 19-12-2022 +* Added support for Bengali, Persian, Malay and Thai +* Fixed the issue where quick replies re-open closed conversations with composer disabled +* Fixed the crash with missing drawable resources +* Fixed the crash when sending an image +* Fixed the issue with uploading image from Typeform app +* Fixed the bug where attachments disappearing in conversation view + ## 14.0.3 ###### Release Date: 28-11-2022 ### 🐛 Bug Fixes @@ -21,9 +30,6 @@ * Added the ability to automatically show a Survey when it is set live. ## 14.0.0 -###### Release Date: 11-04-2022 -Android Release Notes - ###### Release Date: 04-11-2022 ### 🚀 Enhancements @@ -79,7 +85,7 @@ As this is a major update, there are few API changes which are listed below: [You can find more information about migrating to v14.0.0 here](https://developers.intercom.com/installing-intercom/docs/migrating-to-14-0-0-android) ## 12.5.3 -###### Release Date: 10-17-2022 +###### Release Date: 17-10-2022 * Added support for Android 13 gallery permission * Fixed a bug when sending metrics diff --git a/README.md b/README.md index 2b9706c..0aa94e9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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:14.0.3' + implementation 'io.intercom.android:intercom-sdk:14.0.4' implementation 'com.google.firebase:firebase-messaging:20.+' } ``` @@ -53,7 +53,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:14.0.3' + implementation 'io.intercom.android:intercom-sdk-base:14.0.4' } ``` diff --git a/sample/app/build.gradle b/sample/app/build.gradle index cb9a279..6a2b7f4 100644 --- a/sample/app/build.gradle +++ b/sample/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.0.0") - implementation("io.intercom.android:intercom-sdk:14.0.3") + implementation("io.intercom.android:intercom-sdk:14.0.4") implementation("com.google.firebase:firebase-messaging:23.1.0") testImplementation 'junit:junit:4.13.2'