Skip to content

Commit fa72868

Browse files
committed
Fix dependencies
1 parent 84927f5 commit fa72868

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

samplejava/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ android {
3434
dependencies {
3535
// Add new dependencies
3636
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"
3741
}

samplekotlin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ android {
3737
dependencies {
3838
// Add new dependencies
3939
implementation "io.getstream:stream-chat-android-ui-components:4.5.3"
40+
41+
implementation 'io.coil-kt:coil:1.1.1'
42+
implementation 'com.google.android.material:material:1.3.0'
43+
implementation "androidx.fragment:fragment-ktx:1.3.0-rc02"
4044
}

0 commit comments

Comments
 (0)