Skip to content

Commit 249c085

Browse files
committed
Update Stream chat SDK to 5.4.0 and Coil to 2.1.0
1 parent 7f1049e commit 249c085

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samplejava/build.gradle

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

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:5.2.0"
34-
implementation "com.google.android.material:material:1.6.0"
33+
implementation "io.getstream:stream-chat-android-ui-components:5.4.0"
34+
implementation "com.google.android.material:material:1.6.1"
3535
implementation "androidx.activity:activity-ktx:1.4.0"
36-
implementation "io.coil-kt:coil:1.4.0"
36+
implementation "io.coil-kt:coil:2.1.0"
3737

3838
// We use the ktx dependency for transforming StateFlow into LiveData
3939
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"

samplekotlin/build.gradle

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

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:5.2.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:5.4.0"
2626
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
27-
implementation "com.google.android.material:material:1.6.0"
27+
implementation "com.google.android.material:material:1.6.1"
2828
implementation "androidx.activity:activity-ktx:1.4.0"
29-
implementation "io.coil-kt:coil:1.4.0"
29+
implementation "io.coil-kt:coil:2.1.0"
3030
}

0 commit comments

Comments
 (0)