diff options
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 293af246..3f1a5a5d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -141,9 +141,6 @@ dependencies { androidTestImplementation(Dependencies.Testing.kotlin_test_junit) androidTestImplementation(Dependencies.Testing.AndroidX.runner) androidTestImplementation(Dependencies.Testing.AndroidX.rules) - androidTestImplementation(Dependencies.Testing.AndroidX.junit) - androidTestImplementation(Dependencies.Testing.AndroidX.espresso_core) - androidTestImplementation(Dependencies.Testing.AndroidX.espresso_intents) testImplementation(Dependencies.Testing.junit) testImplementation(Dependencies.Testing.kotlin_test_junit) |