Skip to content

Commit 8edb459

Browse files
Merge pull request #15 from sendbird/release/4.12.3
4.12.3
2 parents f0c7363 + 277e951 commit 8edb459

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.12.3 (Oct 06, 2023)
4+
### Improvements
5+
- Reduced delay in `GroupChannelCollection.loadMore()` when there's lots of channels
36
## v4.12.2 (Sep 25, 2023)
47
### Features
58
- Added `GroupChannel.getDeliveryStatus(Boolean): Map<String, DeliveryStatus>` to get delivery status of all members.

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.12.2'
93+
implementation 'com.sendbird.sdk:sendbird-chat:4.12.3'
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.12.2') {
106+
implementation ('com.sendbird.sdk:sendbird-chat:4.12.3') {
107107
exclude group: 'org.conscrypt', module: 'conscrypt-android'
108108
}
109109
}

0 commit comments

Comments
 (0)