Skip to content

Commit c687504

Browse files
committed
- Updated applications to SDK 5.2.0
1 parent 4c316c2 commit c687504

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
@@ -32,7 +32,7 @@ dependencies {
3232
// Add new dependencies
3333
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"
3434

35-
implementation "io.getstream:stream-chat-android-ui-components:5.1.0"
35+
implementation "io.getstream:stream-chat-android-ui-components:5.2.0"
3636
implementation "com.google.android.material:material:1.6.0"
3737
implementation "androidx.activity:activity-ktx:1.4.0"
3838
implementation "io.coil-kt:coil:1.4.0"

samplekotlin/build.gradle

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

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:5.1.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:5.2.0"
2626
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
2727
implementation "com.google.android.material:material:1.6.0"
2828
implementation "androidx.activity:activity-ktx:1.4.0"

0 commit comments

Comments
 (0)