Skip to content

Commit

Permalink
Merge pull request #62 from sendbird/release/4.23.0
Browse files Browse the repository at this point in the history
4.23.0
  • Loading branch information
sendbird-sdk-deployment authored Dec 24, 2024
2 parents dc7c367 + 58c5108 commit 998f200
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.0 (Dec 24, 2024)
### Improvements

- Performed internal modularization to enhance flexibility and stability.
## v4.22.0 (Dec 20, 2024)
### Features

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.22.0'
implementation 'com.sendbird.sdk:sendbird-chat:4.23.0'
...
}
```
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.22.0') {
implementation ('com.sendbird.sdk:sendbird-chat:4.23.0') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit 998f200

Please sign in to comment.