diff --git a/build.gradle b/build.gradle index 6242055..85214f2 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e8f7a15..4e5e270 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/samplejava/build.gradle b/samplejava/build.gradle index 2615722..a29c5a2 100644 --- a/samplejava/build.gradle +++ b/samplejava/build.gradle @@ -3,7 +3,7 @@ plugins { } android { - compileSdk 34 + compileSdk 35 namespace "com.example.chattutorial" defaultConfig { @@ -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" } diff --git a/samplekotlin/build.gradle b/samplekotlin/build.gradle index 5d9cd4a..d7ef0ee 100644 --- a/samplekotlin/build.gradle +++ b/samplekotlin/build.gradle @@ -4,7 +4,7 @@ plugins { } android { - compileSdk 34 + compileSdk 35 namespace "com.example.chattutorial" defaultConfig { @@ -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" }