Skip to content

Commit 7d46372

Browse files
Fixed the version number.
1 parent 233a587 commit 7d46372

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.28.1"
35-
implementation "io.getstream:stream-chat-android-offline:6.28.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"

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.28.1"
36-
implementation "io.getstream:stream-chat-android-offline:6.28.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"

0 commit comments

Comments
 (0)