Skip to content

Commit 5d36ec8

Browse files
author
PetarVelikov
committed
[AND-400] Update Chat SDK to latest version.
1 parent 7a69f5e commit 5d36ec8

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath "com.android.tools.build:gradle:8.4.2"
8-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
7+
classpath "com.android.tools.build:gradle:8.8.2"
8+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
99
}
1010
}
1111

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 24 11:31:30 KST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

samplejava/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
android {
6-
compileSdk 34
6+
compileSdk 35
77
namespace "com.example.chattutorial"
88

99
defaultConfig {
@@ -31,10 +31,10 @@ android {
3131

3232
dependencies {
3333
// Add new dependencies
34-
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
35-
implementation "io.getstream:stream-chat-android-offline:6.4.3"
36-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
37-
implementation "com.google.android.material:material:1.9.0"
38-
implementation "androidx.activity:activity-ktx:1.7.2"
39-
implementation "io.coil-kt:coil:2.4.0"
34+
implementation "io.getstream:stream-chat-android-ui-components:6.12.1"
35+
implementation "io.getstream:stream-chat-android-offline:6.12.1"
36+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
37+
implementation "com.google.android.material:material:1.12.0"
38+
implementation "androidx.activity:activity-ktx:1.10.1"
39+
implementation "io.coil-kt:coil:2.7.0"
4040
}

samplekotlin/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk 34
7+
compileSdk 35
88
namespace "com.example.chattutorial"
99

1010
defaultConfig {
@@ -32,10 +32,10 @@ android {
3232

3333
dependencies {
3434
// Add new dependencies
35-
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
36-
implementation "io.getstream:stream-chat-android-offline:6.4.3"
37-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
38-
implementation "com.google.android.material:material:1.9.0"
39-
implementation "androidx.activity:activity-ktx:1.7.2"
40-
implementation "io.coil-kt:coil:2.4.0"
35+
implementation "io.getstream:stream-chat-android-ui-components:6.12.1"
36+
implementation "io.getstream:stream-chat-android-offline:6.12.1"
37+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
38+
implementation "com.google.android.material:material:1.12.0"
39+
implementation "androidx.activity:activity-ktx:1.10.1"
40+
implementation "io.coil-kt:coil:2.7.0"
4141
}

0 commit comments

Comments
 (0)