diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-09-18 18:14:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 18:14:52 +0530 |
commit | bad8e2b4043b1239c17aafc1cc6779a347b3680e (patch) | |
tree | f963f4cc93bcf0409a972a2620a7cb4c8431c479 /app/build.gradle.kts | |
parent | 9d63b113912e0d9ecd1237501c6fc6a9689d7620 (diff) |
Misc cleanups to build and extension functions (#1108)
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) |