Skip to content

Commit

Permalink
Merge pull request #54 from sendbird/release/4.19.4
Browse files Browse the repository at this point in the history
4.19.4
  • Loading branch information
sendbird-sdk-deployment authored Oct 24, 2024
2 parents a5dbe7b + 97f1128 commit 5659dfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.19.4 (Oct 24, 2024)
### Improvements
- Improved speed of `GroupChannelCollection.loadMore()` when the `GroupChannelListQuery` is set with filters.
## v4.19.3 (Oct 11, 2024)
### Improvements
- Fixed a crash issue due to lack of proguard rule for `PublicSuffixDatabase` in the okhttp library.
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.19.3'
implementation 'com.sendbird.sdk:sendbird-chat:4.19.4'
...
}
```
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.19.3') {
implementation ('com.sendbird.sdk:sendbird-chat:4.19.4') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit 5659dfd

Please sign in to comment.