File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ allprojects {
1515 google()
1616 mavenCentral()
1717 maven { url " https://jitpack.io" }
18- jcenter()
1918 }
2019}
2120
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131
3232dependencies {
3333 // Add new dependencies
34- implementation " io.getstream:stream-chat-android-ui-components:4.10.0 "
34+ implementation " io.getstream:stream-chat-android-ui-components:4.12.1 "
3535 implementation ' io.coil-kt:coil:1.2.1'
3636
3737 implementation ' androidx.appcompat:appcompat:1.3.0'
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ android {
3232
3333dependencies {
3434 // Add new dependencies
35- implementation " io.getstream:stream-chat-android-ui-components:4.10.0 "
35+ implementation " io.getstream:stream-chat-android-ui-components:4.12.1 "
3636 implementation ' io.coil-kt:coil:1.2.1'
37- implementation " androidx.activity:activity-ktx:1.2.0 "
37+ implementation " androidx.activity:activity-ktx:1.2.3 "
3838
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4040 implementation ' androidx.core:core-ktx:1.5.0'
You can’t perform that action at this time.
0 commit comments