File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath " com.android.tools.build:gradle:8.8.2 "
7+ classpath ' com.android.tools.build:gradle:8.13.1 '
88 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
99 }
1010}
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.10.2 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =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.12.1 "
35- implementation " io.getstream:stream-chat-android-offline:6.12.1 "
34+ implementation " io.getstream:stream-chat-android-ui-components:6.28.0 "
35+ implementation " io.getstream:stream-chat-android-offline:6.28.0 "
3636 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
3737 implementation " com.google.android.material:material:1.12.0"
3838 implementation " androidx.activity:activity-ktx:1.10.1"
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.12.1 "
36- implementation " io.getstream:stream-chat-android-offline:6.12.1 "
35+ implementation " io.getstream:stream-chat-android-ui-components:6.28.0 "
36+ implementation " io.getstream:stream-chat-android-offline:6.28.0 "
3737 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
3838 implementation " com.google.android.material:material:1.12.0"
3939 implementation " androidx.activity:activity-ktx:1.10.1"
You can’t perform that action at this time.
0 commit comments