Skip to content

Commit cb743d5

Browse files
authored
Merge pull request #53 from GetStream/feature/update-versions
Update versions, remove Jcenter repo
2 parents 377e7f9 + 5f4362f commit cb743d5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ allprojects {
1515
google()
1616
mavenCentral()
1717
maven { url "https://jitpack.io" }
18-
jcenter()
1918
}
2019
}
2120

samplejava/build.gradle

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

3232
dependencies {
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'

samplekotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ android {
3232

3333
dependencies {
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'

0 commit comments

Comments
 (0)