File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ android {
4646}
4747
4848dependencies {
49- implementation " io.getstream:stream-chat-android-compose:5.8.1 "
49+ implementation " io.getstream:stream-chat-android-compose:5.8.2 "
5050
5151 implementation " androidx.compose.material:material-icons-extended:$compose_version "
5252 implementation " androidx.compose.ui:ui:$compose_version "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath " com.android.tools.build:gradle:7.1.3 "
11+ classpath " com.android.tools.build:gradle:7.2.2 "
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
1313 }
1414}
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dependencyResolutionManagement {
33 repositories {
44 google()
55 mavenCentral()
6- maven { url " https://jitpack.io" }
76 }
87}
98rootProject. name = " ChatTutorial"
You can’t perform that action at this time.
0 commit comments