Skip to content

Commit

Permalink
Merge pull request #56 from sendbird/release/4.20.1
Browse files Browse the repository at this point in the history
4.20.1
  • Loading branch information
sendbird-sdk-deployment authored Nov 19, 2024
2 parents e1629a8 + ee98cab commit a46bd9e
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.20.1 (Nov 19, 2024)
### Improvements
- Fixed a bug where `Reaction.count` resets to 0 when `Reaction.sampledUserIds` is empty
## v4.20.0 (Nov 07, 2024)
### Features
- Added new properties in `Reaction` to support more users
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.20.0'
implementation 'com.sendbird.sdk:sendbird-chat:4.20.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.20.0') {
implementation ('com.sendbird.sdk:sendbird-chat:4.20.1') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit a46bd9e

Please sign in to comment.