File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath " com.android.tools.build:gradle:7.1 .2"
8- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6 .10"
7+ classpath " com.android.tools.build:gradle:7.2 .2"
8+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7 .10"
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
3030
3131dependencies {
3232 // Add new dependencies
33- implementation " io.getstream:stream-chat-android-ui-components:5.8.1 "
33+ implementation " io.getstream:stream-chat-android-ui-components:5.8.2 "
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"
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:5.8.1 "
25+ implementation " io.getstream:stream-chat-android-ui-components:5.8.2 "
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"
You can’t perform that action at this time.
0 commit comments