File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
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"
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
# Wed Jul 24 11:31:30 KST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdk 34
6
+ compileSdk 35
7
7
namespace " com.example.chattutorial"
8
8
9
9
defaultConfig {
@@ -31,10 +31,10 @@ android {
31
31
32
32
dependencies {
33
33
// 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"
40
40
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdk 34
7
+ compileSdk 35
8
8
namespace " com.example.chattutorial"
9
9
10
10
defaultConfig {
@@ -32,10 +32,10 @@ android {
32
32
33
33
dependencies {
34
34
// 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"
41
41
}
You can’t perform that action at this time.
0 commit comments