Skip to content

Commit 8731f7e

Browse files
committed
Bump Stream Chat SDk to 4.28.0
1 parent 9441f25 commit 8731f7e

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:4.25.0"
33+
implementation "io.getstream:stream-chat-android-ui-components:4.28.0"
3434
implementation "com.google.android.material:material:1.4.0"
3535
implementation "androidx.activity:activity-ktx:1.4.0"
3636
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:4.25.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:4.28.0"
2626
implementation "com.google.android.material:material:1.4.0"
2727
implementation "androidx.activity:activity-ktx:1.4.0"
2828
implementation "io.coil-kt:coil:1.4.0"

0 commit comments

Comments
 (0)