Skip to content

Commit 08848ea

Browse files
Merge pull request #22 from sendbird/release/4.15.0
4.15.0
2 parents 29e9209 + f78abc0 commit 08848ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## v4.15.0 (Feb 07, 2024)
4+
### Features
5+
- Supports new SendbirdChat KTX
36
## v4.14.2 (Jan 31, 2024)
47
### Improvements
58
- Fixed a bug where `NotificationCollectionHandler.onMessagesUpdated()` is called indefinitely in some cases

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
9090
```gradle
9191
dependencies {
9292
...
93-
implementation 'com.sendbird.sdk:sendbird-chat:4.14.2'
93+
implementation 'com.sendbird.sdk:sendbird-chat:4.15.0'
9494
...
9595
}
9696
```
@@ -103,7 +103,7 @@ TLS 1.3 is enabled by default in Sendbird SDK for Android. To disable it, please
103103
104104
```gradle
105105
dependencies {
106-
implementation ('com.sendbird.sdk:sendbird-chat:4.14.2') {
106+
implementation ('com.sendbird.sdk:sendbird-chat:4.15.0') {
107107
exclude group: 'org.conscrypt', module: 'conscrypt-android'
108108
}
109109
}

0 commit comments

Comments
 (0)