Skip to content

Commit 4e6db8e

Browse files
authored
Release 15.4.0 (#619)
1 parent 93ed4a3 commit 4e6db8e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## 15.4.0
4+
###### Release Date: 19-10-2023
5+
6+
### 🚀 Enhancements
7+
- Intercom SDK now targets Android 14 (API level 34).
8+
9+
**📱 New Feature: Fin is now streaming AI answers! This means customers don't have to wait for the whole AI answer to generate before getting the support they need. Instead, Fin starts displaying a response the moment the first word comes in.**
10+
11+
### 🐛 Bug Fixes
12+
- Fixed issue where anchor links articles didn't scroll to the right sections of the article
13+
314
## 15.3.0
415
###### Release Date: 10-10-2023
516
![image](https://github.com/intercom/intercom-android/assets/3718984/7bce28c5-9fa7-415a-a27a-f93cef3f2887)

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:15.3.0'
46+
implementation 'io.intercom.android:intercom-sdk:15.4.0'
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:15.3.0'
56+
implementation 'io.intercom.android:intercom-sdk-base:15.4.0'
5757
}
5858
```
5959

sample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
applicationId "com.intercom.sample"
1111
minSdk 21
12-
targetSdk 33
12+
targetSdk 34
1313
versionCode 1
1414
versionName "1.0"
1515

@@ -65,7 +65,7 @@ dependencies {
6565

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

68-
implementation("io.intercom.android:intercom-sdk:15.3.0")
68+
implementation("io.intercom.android:intercom-sdk:15.4.0")
6969
implementation("com.google.firebase:firebase-messaging:23.2.0")
7070

7171
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)