Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8724150d authored by shamim-emon's avatar shamim-emon
Browse files

Refactor: Removed dependencies that are no longer needed from :legacy:testing module

parent 5910ecdc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4,12 +4,6 @@ plugins {

dependencies {
    implementation(projects.legacy.core)

    api(projects.core.android.testing)

    api(libs.koin.core)
    api(libs.mockito.core)
    api(libs.mockito.kotlin)
}

android {