Skip to content

Commit 75b1889

Browse files
committed
Bump Stream Chat SDK to 4.28.2
1 parent 8731f7e commit 75b1889

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:7.0.1"
7+
classpath "com.android.tools.build:gradle:7.1.0"
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30"
99
}
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

samplejava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:4.28.0"
33+
implementation "io.getstream:stream-chat-android-ui-components:4.28.2"
3434
implementation "com.google.android.material:material:1.4.0"
3535
implementation "androidx.activity:activity-ktx:1.4.0"
3636
implementation "io.coil-kt:coil:1.4.0"

samplekotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:4.28.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:4.28.2"
2626
implementation "com.google.android.material:material:1.4.0"
2727
implementation "androidx.activity:activity-ktx:1.4.0"
2828
implementation "io.coil-kt:coil:1.4.0"

0 commit comments

Comments
 (0)