Skip to content

Commit

Permalink
Merge pull request #612 from intercom/vr/release_5_1_6
Browse files Browse the repository at this point in the history
Release 15.1.6
  • Loading branch information
theVinesh committed Aug 11, 2023
2 parents 3ea0e50 + d21de54 commit 954752a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 15.1.6
###### Release Date: 11-08-2023
- Bug fixes
- Fix crash when composer is opened with a initial message containing `\n`
- Fix bug where home screen did not update when a new conversation is opened or a reply is received
- Clean up unused dependencies
- Bump dependency versions

## 15.1.5
###### Release Date: 31-07-2023
- New API to programmatically open a conversation with ID
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:15.1.5'
implementation 'io.intercom.android:intercom-sdk:15.1.6'
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:15.1.5'
implementation 'io.intercom.android:intercom-sdk-base:15.1.6'
}
```

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:15.1.5")
implementation("io.intercom.android:intercom-sdk:15.1.6")
implementation("com.google.firebase:firebase-messaging:23.2.0")

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 954752a

Please sign in to comment.