Skip to content

[AND-400] Update Chat SDK to latest version. #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.4.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
classpath "com.android.tools.build:gradle:8.8.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 24 11:31:30 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
14 changes: 7 additions & 7 deletions samplejava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdk 34
compileSdk 35
namespace "com.example.chattutorial"

defaultConfig {
Expand Down Expand Up @@ -31,10 +31,10 @@ android {

dependencies {
// Add new dependencies
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
implementation "io.getstream:stream-chat-android-offline:6.4.3"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
implementation "com.google.android.material:material:1.9.0"
implementation "androidx.activity:activity-ktx:1.7.2"
implementation "io.coil-kt:coil:2.4.0"
implementation "io.getstream:stream-chat-android-ui-components:6.12.1"
implementation "io.getstream:stream-chat-android-offline:6.12.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
implementation "com.google.android.material:material:1.12.0"
implementation "androidx.activity:activity-ktx:1.10.1"
implementation "io.coil-kt:coil:2.7.0"
}
14 changes: 7 additions & 7 deletions samplekotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 34
compileSdk 35
namespace "com.example.chattutorial"

defaultConfig {
Expand Down Expand Up @@ -32,10 +32,10 @@ android {

dependencies {
// Add new dependencies
implementation "io.getstream:stream-chat-android-ui-components:6.4.3"
implementation "io.getstream:stream-chat-android-offline:6.4.3"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
implementation "com.google.android.material:material:1.9.0"
implementation "androidx.activity:activity-ktx:1.7.2"
implementation "io.coil-kt:coil:2.4.0"
implementation "io.getstream:stream-chat-android-ui-components:6.12.1"
implementation "io.getstream:stream-chat-android-offline:6.12.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
implementation "com.google.android.material:material:1.12.0"
implementation "androidx.activity:activity-ktx:1.10.1"
implementation "io.coil-kt:coil:2.7.0"
}