Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ dependencies {

// Test
testImplementation libs.junit
testImplementation libs.mockk
testImplementation libs.turbine
testImplementation libs.kotlinx.coroutines.test
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.espresso.core
}

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ foojay = "0.10.0"
junit = "4.13.2"
androidx-junit = "1.3.0"
espresso = "3.7.0"
mockk = "1.13.13"
turbine = "1.2.0"

[libraries]
# AndroidX
Expand Down Expand Up @@ -182,9 +180,6 @@ tedpermission-normal = { group = "io.github.ParkSangGwon", name = "tedpermission
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-junit" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }

[bundles]
firebase = [
Expand Down
Loading