From 4caf2cad09cde7b2050dfd3a85c44ba0e2746b94 Mon Sep 17 00:00:00 2001 From: Dmitry <58846611+dmitry-fa@users.noreply.github.com> Date: Wed, 27 May 2020 18:30:16 +0300 Subject: [PATCH] fix: update mockito dependency (#146) fix: update mockito dependency --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 859349425..4d5288a54 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,6 @@ ext { // Testing junit: 'junit:junit:4.13', - mockito: 'org.mockito:mockito-core:1.10.19', truth: 'com.google.truth:truth:1.0.1', ] } @@ -69,7 +68,6 @@ dependencies { compileOnly libraries.error_prone_annotations testCompile libraries.junit, - libraries.mockito, libraries.truth }