Skip to content

Commit ad04c79

Browse files
Merge pull request #50 from sendbird/release/3.23.1
3.23.1
2 parents a083090 + a4ccbb4 commit ad04c79

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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
24
### v3.23.0 (Apr 1, 2025) with Chat SDK `v4.24.1`
35
- Added a new interface to set the status bar color in edge-to-edge mode.
46
- Added `void setEdgeToEdgeConfig(EdgeToEdgeConfig)`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android.nonTransitiveRClass=false
2222
android.nonFinalResIds=false
2323
android.enableR8.fullMode=false
2424

25-
UIKIT_VERSION = 3.23.0
25+
UIKIT_VERSION = 3.23.1
2626
UIKIT_VERSION_CODE = 1

uikit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation fileTree(dir: 'libs', include: ['*.jar'])
7171

7272
// Sendbird
73-
api 'com.sendbird.sdk:sendbird-chat:4.24.1'
73+
api 'com.sendbird.sdk:sendbird-chat:4.27.2'
7474
implementation "com.sendbird.sdk:message-template:1.0.0"
7575

7676
implementation 'com.github.bumptech.glide:glide:4.16.0'

uikit/src/main/java/com/sendbird/uikit/model/TextUIConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,6 @@ open class TextUIConfig private constructor(
344344
}
345345

346346
companion object {
347-
const val UNDEFINED_RESOURCE_ID = -1
347+
const val UNDEFINED_RESOURCE_ID = Int.MIN_VALUE
348348
}
349349
}

0 commit comments

Comments
 (0)