We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84927f5 commit fa72868Copy full SHA for fa72868
samplejava/build.gradle
@@ -34,4 +34,8 @@ android {
34
dependencies {
35
// Add new dependencies
36
implementation "io.getstream:stream-chat-android-ui-components:4.5.3"
37
+
38
+ implementation 'io.coil-kt:coil:1.1.1'
39
+ implementation 'com.google.android.material:material:1.3.0'
40
+ implementation "androidx.fragment:fragment-ktx:1.3.0-rc02"
41
}
samplekotlin/build.gradle
@@ -37,4 +37,8 @@ android {
42
43
44
0 commit comments