Skip to content

Commit ca70d69

Browse files
committed
Bump Stream Chat SDK to 5.0.1 and cleanup gradle dependencies
1 parent 1e53604 commit ca70d69

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

app/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,13 @@ android {
4747
}
4848

4949
dependencies {
50-
def stream_version = "4.28.2"
51-
implementation "io.getstream:stream-chat-android-compose:$stream_version-beta"
50+
implementation "io.getstream:stream-chat-android-compose:5.0.1"
5251

5352
implementation "androidx.compose.material:material-icons-extended:$compose_version"
5453
implementation "androidx.compose.ui:ui:$compose_version"
5554
implementation "androidx.compose.material:material:$compose_version"
5655
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
5756
implementation "androidx.activity:activity-compose:1.4.0"
5857

59-
implementation "com.google.android.material:material:1.4.0"
60-
61-
testImplementation 'junit:junit:4.+'
62-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
63-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
64-
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
65-
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
58+
implementation "com.google.android.material:material:1.5.0"
6659
}

0 commit comments

Comments
 (0)