File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,13 @@ android {
4747}
4848
4949dependencies {
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}
You can’t perform that action at this time.
0 commit comments