File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ android {
3030
3131dependencies {
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"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ android {
2222
2323dependencies {
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}
You can’t perform that action at this time.
0 commit comments