We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e94816 commit f958156Copy full SHA for f958156
build.gradle
@@ -15,8 +15,6 @@ allprojects {
15
repositories {
16
google()
17
jcenter()
18
- // add jitpack here:
19
- maven { url 'https://jitpack.io' }
20
}
21
22
samplekotlin/build.gradle
@@ -40,7 +40,7 @@ android {
40
41
dependencies {
42
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
43
- implementation "com.github.getstream:stream-chat-android:4.4.1"
+ implementation "io.getstream:stream-chat-android:4.4.5"
44
implementation "io.coil-kt:coil:1.0.0"
45
46
implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.0-beta01"
0 commit comments