Skip to content

Commit

Permalink
Merge pull request #20 from sendbird/release/4.14.1
Browse files Browse the repository at this point in the history
4.14.1
  • Loading branch information
sendbird-sdk-deployment authored Jan 17, 2024
2 parents ada5785 + 0f7c12d commit 2208c54
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.14.1 (Jan 17, 2024)
### Improvements
- Fix intermittent `ConcurrentModificationException` in `MessageCollection`
## v4.14.0 (Dec 20, 2023)
### Features
- Three new features related to Generative AI have been added: Form type, Suggested replies and Feedback.
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.14.0'
implementation 'com.sendbird.sdk:sendbird-chat:4.14.1'
...
}
```
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.14.0') {
implementation ('com.sendbird.sdk:sendbird-chat:4.14.1') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit 2208c54

Please sign in to comment.