File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,8 @@ android {
3030
3131dependencies {
3232 // Add new dependencies
33- implementation " io.getstream:stream-chat-android-ui-components:4.23.0"
34- implementation ' io.coil-kt:coil:1.4.0'
35-
36- implementation ' androidx.core:core-ktx:1.7.0'
37- implementation ' androidx.appcompat:appcompat:1.4.0'
38- implementation ' com.google.android.material:material:1.4.0'
39- implementation ' androidx.constraintlayout:constraintlayout:2.1.2'
40- testImplementation ' junit:junit:4.+'
41- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
42- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
33+ implementation " io.getstream:stream-chat-android-ui-components:4.25.0"
34+ implementation " com.google.android.material:material:1.4.0"
35+ implementation " androidx.activity:activity-ktx:1.4.0"
36+ implementation " io.coil-kt:coil:1.4.0"
4337}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222
2323dependencies {
2424 // Add new dependencies
25- implementation " io.getstream:stream-chat-android-ui-components:4.24 .0"
25+ implementation " io.getstream:stream-chat-android-ui-components:4.25 .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"
You can’t perform that action at this time.
0 commit comments