Skip to content

Commit f958156

Browse files
committed
use 4.4.5 on maven
1 parent 0e94816 commit f958156

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ allprojects {
1515
repositories {
1616
google()
1717
jcenter()
18-
// add jitpack here:
19-
maven { url 'https://jitpack.io' }
2018
}
2119
}
2220

samplekotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
43-
implementation "com.github.getstream:stream-chat-android:4.4.1"
43+
implementation "io.getstream:stream-chat-android:4.4.5"
4444
implementation "io.coil-kt:coil:1.0.0"
4545

4646
implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.0-beta01"

0 commit comments

Comments
 (0)