Skip to content

Commit

Permalink
Release 15.13.0 (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
liutingdu authored Jan 27, 2025
1 parent 3db2ab6 commit 586ff90
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 15.13.0
###### Release Date: 27-01-2025

### 🚀 Enhancements
* Improved delineation between AI Agents and bots.
* New handover experience from AI Agents to teammates.
* Added Privacy Policy in the conversation screen
* Special notice now supports multiple languages.
* Intercom SDK now targets Android 15 (API level 35).
* Added edge-to-edge support

### 🐛 Bug Fixes
* Fixed the issue with new conversation workflow doesn’t trigger

## 15.12.0
###### Release Date: 15-01-2025

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.12.0'
implementation 'io.intercom.android:intercom-sdk:15.13.0'
implementation 'com.google.firebase:firebase-messaging:24.1.+'
}
```
Expand All @@ -49,7 +49,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.12.0'
implementation 'io.intercom.android:intercom-sdk-base:15.13.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,6 +65,6 @@ dependencies {

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

implementation("io.intercom.android:intercom-sdk:15.12.0")
implementation("io.intercom.android:intercom-sdk:15.13.0")
implementation("com.google.firebase:firebase-messaging:24.1.0")
}

0 comments on commit 586ff90

Please sign in to comment.