Skip to content

Commit 53e3a53

Browse files
committed
Bump Stream SDK
1 parent 53b880e commit 53e3a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samplejava/build.gradle

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

3535
dependencies {
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
37-
implementation "com.github.getstream:stream-chat-android:1ab9aa8ae2bde84d5e7a61b767b32dd0c33d05e6"
37+
implementation "com.github.getstream:stream-chat-android:4.4.1"
3838
implementation "io.coil-kt:coil:1.0.0"
3939

4040
implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.0-beta01"

samplekotlin/build.gradle

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

4141
dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
43-
implementation "com.github.getstream:stream-chat-android:1ab9aa8ae2bde84d5e7a61b767b32dd0c33d05e6"
43+
implementation "com.github.getstream:stream-chat-android:4.4.1"
4444
implementation "io.coil-kt:coil:1.0.0"
4545

4646
implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.0-beta01"

0 commit comments

Comments
 (0)