File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed
Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# Wed Jul 24 11:31:30 KST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55android {
6- compileSdk 34
6+ compileSdk 35
77 namespace " com.example.chattutorial"
88
99 defaultConfig {
@@ -31,10 +31,10 @@ android {
3131
3232dependencies {
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}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66android {
7- compileSdk 34
7+ compileSdk 35
88 namespace " com.example.chattutorial"
99
1010 defaultConfig {
@@ -32,10 +32,10 @@ android {
3232
3333dependencies {
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}
You can’t perform that action at this time.
0 commit comments