File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
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.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
Original file line number Diff line number Diff line change 1+ # Wed Jul 24 11:31:30 KST 2024
12distributionBase =GRADLE_USER_HOME
23distributionPath =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
45zipStoreBase =GRADLE_USER_HOME
56zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
3131
3232dependencies {
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"
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ android {
3232
3333dependencies {
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"
You can’t perform that action at this time.
0 commit comments