diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-05-01 17:03:58 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-05-01 17:03:58 +0530 |
commit | 127a8b8c8a10d9c93bfc7e91e94b4bcb252eddeb (patch) | |
tree | e456726b25eb37dfbad4efeac51eda049440237d /app | |
parent | a832a60c11f36f637e989b9b3c8fa9c19be6a4ab (diff) |
Update mockito and fix dependency updates task
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4c90a102..1fc4f570 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { // Testing-only dependencies androidTestImplementation("junit:junit:4.12") - androidTestImplementation("org.mockito:mockito-core:2.25.0") + androidTestImplementation("org.mockito:mockito-core:2.27.0") androidTestImplementation("androidx.test:runner:1.1.1") androidTestImplementation("androidx.test:rules:1.1.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1") |