From bad8e2b4043b1239c17aafc1cc6779a347b3680e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 18 Sep 2020 18:14:52 +0530 Subject: Misc cleanups to build and extension functions (#1108) --- app/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/build.gradle.kts') 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) -- cgit v1.2.3