Skip to content

Commit 48d7aae

Browse files
committed
Bump Stream Chat SDK to 6.4.3
1 parent cf88677 commit 48d7aae

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.1.1"
8-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
7+
classpath "com.android.tools.build:gradle:8.4.2"
8+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
99
}
1010
}
1111

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Jul 24 11:31:30 KST 2024
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

samplejava/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131

3232
dependencies {
3333
// Add new dependencies
34-
implementation "io.getstream:stream-chat-android-ui-components:6.0.2"
35-
implementation "io.getstream:stream-chat-android-offline:6.0.2"
34+
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
35+
implementation "io.getstream:stream-chat-android-offline:6.4.3"
3636
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
3737
implementation "com.google.android.material:material:1.9.0"
3838
implementation "androidx.activity:activity-ktx:1.7.2"

samplekotlin/build.gradle

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

3333
dependencies {
3434
// Add new dependencies
35-
implementation "io.getstream:stream-chat-android-ui-components:6.0.2"
36-
implementation "io.getstream:stream-chat-android-offline:6.0.2"
35+
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
36+
implementation "io.getstream:stream-chat-android-offline:6.4.3"
3737
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
3838
implementation "com.google.android.material:material:1.9.0"
3939
implementation "androidx.activity:activity-ktx:1.7.2"

0 commit comments

Comments
 (0)