File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/main/java/com/sendbird/uikit/model Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ### v3.23.1 (Jun 24, 2025) with Chat SDK ` v4.27.2 `
3
+ - Release with [ the latest chat SDK] ( https://github.com/sendbird/sendbird-chat-sdk-android/releases/tag/4.27.2 ) to avoid potential issues
2
4
### v3.23.0 (Apr 1, 2025) with Chat SDK ` v4.24.1 `
3
5
- Added a new interface to set the status bar color in edge-to-edge mode.
4
6
- Added ` void setEdgeToEdgeConfig(EdgeToEdgeConfig) `
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ android.nonTransitiveRClass=false
22
22
android.nonFinalResIds =false
23
23
android.enableR8.fullMode =false
24
24
25
- UIKIT_VERSION = 3.23.0
25
+ UIKIT_VERSION = 3.23.1
26
26
UIKIT_VERSION_CODE = 1
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
70
70
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
71
71
72
72
// Sendbird
73
- api ' com.sendbird.sdk:sendbird-chat:4.24.1 '
73
+ api ' com.sendbird.sdk:sendbird-chat:4.27.2 '
74
74
implementation " com.sendbird.sdk:message-template:1.0.0"
75
75
76
76
implementation ' com.github.bumptech.glide:glide:4.16.0'
Original file line number Diff line number Diff line change @@ -344,6 +344,6 @@ open class TextUIConfig private constructor(
344
344
}
345
345
346
346
companion object {
347
- const val UNDEFINED_RESOURCE_ID = - 1
347
+ const val UNDEFINED_RESOURCE_ID = Int . MIN_VALUE
348
348
}
349
349
}
You can’t perform that action at this time.
0 commit comments