Skip to content

Commit 233a587

Browse files
Bumped the versions of Stream SDK and the AGP.
1 parent 6effe19 commit 233a587

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 24 11:31:30 KST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

samplejava/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131

3232
dependencies {
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.1"
35+
implementation "io.getstream:stream-chat-android-offline:6.28.1"
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"

samplekotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232

3333
dependencies {
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.1"
36+
implementation "io.getstream:stream-chat-android-offline:6.28.1"
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"

0 commit comments

Comments
 (0)