Skip to content

Commit a014664

Browse files
authored
Release 10.0.4 (#595)
1 parent 51a8a9f commit a014664

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 14.0.4
4+
###### Release Date: 19-12-2022
5+
* Added support for Bengali, Persian, Malay and Thai
6+
* Fixed the issue where quick replies re-open closed conversations with composer disabled
7+
* Fixed the crash with missing drawable resources
8+
* Fixed the crash when sending an image
9+
* Fixed the issue with uploading image from Typeform app
10+
* Fixed the bug where attachments disappearing in conversation view
11+
312
## 14.0.3
413
###### Release Date: 28-11-2022
514
### 🐛 Bug Fixes
@@ -21,9 +30,6 @@
2130
* Added the ability to automatically show a Survey when it is set live.
2231

2332
## 14.0.0
24-
###### Release Date: 11-04-2022
25-
Android Release Notes
26-
2733
###### Release Date: 04-11-2022
2834

2935
### 🚀 Enhancements
@@ -79,7 +85,7 @@ As this is a major update, there are few API changes which are listed below:
7985
[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)
8086

8187
## 12.5.3
82-
###### Release Date: 10-17-2022
88+
###### Release Date: 17-10-2022
8389
* Added support for Android 13 gallery permission
8490
* Fixed a bug when sending metrics
8591

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
4343
Add the following dependency to your app's `build.gradle` file:
4444
```groovy
4545
dependencies {
46-
implementation 'io.intercom.android:intercom-sdk:14.0.3'
46+
implementation 'io.intercom.android:intercom-sdk:14.0.4'
4747
implementation 'com.google.firebase:firebase-messaging:20.+'
4848
}
4949
```
@@ -53,7 +53,7 @@ dependencies {
5353
If you'd rather not have push notifications in your app, you can use this dependency:
5454
```groovy
5555
dependencies {
56-
implementation 'io.intercom.android:intercom-sdk-base:14.0.3'
56+
implementation 'io.intercom.android:intercom-sdk-base:14.0.4'
5757
}
5858
```
5959

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959

6060
implementation("androidx.datastore:datastore-preferences:1.0.0")
6161

62-
implementation("io.intercom.android:intercom-sdk:14.0.3")
62+
implementation("io.intercom.android:intercom-sdk:14.0.4")
6363
implementation("com.google.firebase:firebase-messaging:23.1.0")
6464

6565
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)