File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 15.6.3
4
+ ###### Release Date: 21-02-2024
5
+ - Added support for custom ticket states external labelling
6
+ - It is now possible to configure whether users are able to start a new conversation when they tap the 😔 reaction on an Article
7
+
8
+ ### 🐛 Bug Fixes
9
+ - Fixed NoSuchMethodError crash caused by Jetpack Compose 1.6 compatibility issue
10
+ - Fixed NoSuchFieldError crash occurring on API < 24
11
+
3
12
## 15.6.2
4
13
###### Release Date: 2-02-2024
5
14
- Bumped Jetpack Compose version to 1.6
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
43
43
Add the following dependency to your app's ` build.gradle ` file:
44
44
``` groovy
45
45
dependencies {
46
- implementation 'io.intercom.android:intercom-sdk:15.6.2 '
46
+ implementation 'io.intercom.android:intercom-sdk:15.6.3 '
47
47
implementation 'com.google.firebase:firebase-messaging:20.+'
48
48
}
49
49
```
@@ -53,7 +53,7 @@ dependencies {
53
53
If you'd rather not have push notifications in your app, you can use this dependency:
54
54
``` groovy
55
55
dependencies {
56
- implementation 'io.intercom.android:intercom-sdk-base:15.6.2 '
56
+ implementation 'io.intercom.android:intercom-sdk-base:15.6.3 '
57
57
}
58
58
```
59
59
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
65
65
implementation(" androidx.datastore:datastore-preferences:1.0.0" )
66
66
67
- implementation(" io.intercom.android:intercom-sdk:15.6.2 " )
67
+ implementation(" io.intercom.android:intercom-sdk:15.6.3 " )
68
68
implementation(" com.google.firebase:firebase-messaging:23.1.0" )
69
69
}
70
70
You can’t perform that action at this time.
0 commit comments