Skip to content

Commit 2f56452

Browse files
author
Carter Hudson
committed
Fix mangled merge commit
1 parent 66b272a commit 2f56452

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

samplejava/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4140
implementation "io.getstream:stream-chat-android-ui-components:4.5.1"
4241
implementation 'io.coil-kt:coil:1.1.1'
4342

samplekotlin/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
<<<<<<< Updated upstream
43-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4442
implementation "io.getstream:stream-chat-android-ui-components:4.5.1"
45-
=======
46-
implementation "io.getstream:stream-chat-android-ui-components:4.5.0"
47-
>>>>>>> Stashed changes
4843
implementation 'io.coil-kt:coil:1.1.1'
4944

5045
implementation "androidx.recyclerview:recyclerview:1.1.0"

0 commit comments

Comments
 (0)