diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-05-31 12:57:18 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-05-31 12:57:18 +0530 |
commit | 30b6d2346a5ee856a7af49a62c274f7d979d7c2a (patch) | |
tree | 343018f851dc15e371b404740dc1eaedc3bb1c37 /app/build.gradle.kts | |
parent | 8c0bce3e98b6c7e7351e15e9e4fa9f2f7cc99c0d (diff) |
Fix instrumentation tests
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d537dc21..4be810ae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,6 +91,7 @@ dependencies { androidTestImplementation("org.mockito:mockito-core:2.28.2") androidTestImplementation("androidx.test:runner:1.2.0") androidTestImplementation("androidx.test:rules:1.2.0") + androidTestImplementation("androidx.test.ext:junit:1.1.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0") androidTestImplementation("androidx.test.espresso:espresso-intents:3.2.0") } |