Skip to content

Commit

Permalink
Merge pull request #42 from sendbird/release/4.16.3
Browse files Browse the repository at this point in the history
4.16.3
  • Loading branch information
sendbird-sdk-deployment authored May 14, 2024
2 parents b6e5b4b + 794f78d commit d353e6d
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.16.3 (May 14, 2024)
### Improvements
- Fixed an occasional `ConcurrentModificationException` crash from `reconnect()`
## v4.16.2 (Apr 25, 2024)
### Improvements
- Improved `SendbirdChat.init()` to prevent possible ANR during the init process
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.sendbird.sdk:sendbird-chat:4.16.2'
implementation 'com.sendbird.sdk:sendbird-chat:4.16.3'
...
}
```
Expand All @@ -103,7 +103,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.16.2') {
implementation ('com.sendbird.sdk:sendbird-chat:4.16.3') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit d353e6d

Please sign in to comment.