Skip to content

Commit a73cc7e

Browse files
authored
Merge pull request #68 from GetStream/update/5.7.0
Bump Stream SDK to 5.8.1
2 parents ddd4b8c + 319c30d commit a73cc7e

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
@@ -30,7 +30,7 @@ android {
3030

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:5.6.1"
33+
implementation "io.getstream:stream-chat-android-ui-components:5.8.1"
3434
implementation "com.google.android.material:material:1.6.1"
3535
implementation "androidx.activity:activity-ktx:1.5.1"
3636
implementation "io.coil-kt:coil:2.1.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.6.1"
25+
implementation "io.getstream:stream-chat-android-ui-components:5.8.1"
2626
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
2727
implementation "com.google.android.material:material:1.6.1"
2828
implementation "androidx.activity:activity-ktx:1.5.1"

0 commit comments

Comments
 (0)