Skip to content

Commit

Permalink
15.5.0 (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
theVinesh authored Nov 15, 2023
1 parent 4e6db8e commit d1cc0c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 15.5.0
###### Release Date: 15-11-2023

### 🚀 Enhancements
- Ticket details can now be launched programatically
- Bot speed improvements
### 🐛 Bug fixes
- Added a missing Hebrew translation
- Fixed an issue where message content was shown in the composer after it was sent

## 15.4.0
###### Release Date: 19-10-2023

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.4.0'
implementation 'io.intercom.android:intercom-sdk:15.5.0'
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.4.0'
implementation 'io.intercom.android:intercom-sdk-base:15.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {

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

implementation("io.intercom.android:intercom-sdk:15.4.0")
implementation("io.intercom.android:intercom-sdk:15.5.0")
implementation("com.google.firebase:firebase-messaging:23.2.0")

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit d1cc0c7

Please sign in to comment.