Skip to content

Commit

Permalink
Merge pull request #64 from sendbird/release/4.23.1
Browse files Browse the repository at this point in the history
4.23.1
  • Loading branch information
sendbird-sdk-deployment authored Jan 17, 2025
2 parents 998f200 + 522818b commit 6b16200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.23.1 (Jan 17, 2025)
### Improvements

- Fixed a bug where loading more group channels in a `GroupChannelCollection` with `includeEmpty` set to `true` did not work as expected.
## v4.23.0 (Dec 24, 2024)
### Improvements

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.sendbird.sdk:sendbird-chat:4.23.0'
implementation 'com.sendbird.sdk:sendbird-chat:4.23.1'
...
}
```
Expand All @@ -104,7 +104,7 @@ TLS 1.3 is enabled by default in Sendbird SDK for Android. To disable it, please
```gradle
dependencies {
implementation ('com.sendbird.sdk:sendbird-chat:4.23.0') {
implementation ('com.sendbird.sdk:sendbird-chat:4.23.1') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit 6b16200

Please sign in to comment.