Skip to content

Commit 7b2910f

Browse files
committed
Bump Stream Chat SDK to 5.0.1
1 parent 20785fb commit 7b2910f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samplejava/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:4.28.2"
34-
implementation "com.google.android.material:material:1.4.0"
33+
implementation "io.getstream:stream-chat-android-ui-components:5.0.1"
34+
implementation "com.google.android.material:material:1.5.0"
3535
implementation "androidx.activity:activity-ktx:1.4.0"
3636
implementation "io.coil-kt:coil:1.4.0"
3737
}

samplekotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:4.28.2"
26-
implementation "com.google.android.material:material:1.4.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:5.0.1"
26+
implementation "com.google.android.material:material:1.5.0"
2727
implementation "androidx.activity:activity-ktx:1.4.0"
2828
implementation "io.coil-kt:coil:1.4.0"
2929
}

0 commit comments

Comments
 (0)