Skip to content

Commit 057e093

Browse files
committed
Update Stream SDK version to 4.5.1
1 parent f852a2c commit 057e093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samplejava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
dependencies {
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41-
implementation "io.getstream:stream-chat-android-ui-components:4.5.0"
41+
implementation "io.getstream:stream-chat-android-ui-components:4.5.1"
4242
implementation 'io.coil-kt:coil:1.1.1'
4343

4444
implementation "androidx.recyclerview:recyclerview:1.1.0"

samplekotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43-
implementation "io.getstream:stream-chat-android-ui-components:4.5.0"
43+
implementation "io.getstream:stream-chat-android-ui-components:4.5.1"
4444
implementation 'io.coil-kt:coil:1.1.1'
4545

4646
implementation "androidx.recyclerview:recyclerview:1.1.0"

0 commit comments

Comments
 (0)