Skip to content

Commit

Permalink
Release 10.0.4 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
liutingdu authored Dec 19, 2022
1 parent 51a8a9f commit a014664
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}
```
Expand All @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a014664

Please sign in to comment.