From a34692630bcd29b2931d52e6acec17980a2c994b Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 21 Nov 2017 17:03:38 +0000 Subject: [PATCH] Use testImplementation for Mockito. --- briar-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/build.gradle b/briar-android/build.gradle index 6423ab8de5..d2601109a2 100644 --- a/briar-android/build.gradle +++ b/briar-android/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation project(path: ':bramble-core', configuration: 'testOutput') testImplementation 'org.robolectric:robolectric:3.5.1' testImplementation 'org.robolectric:shadows-support-v4:3.0' - testCompile 'org.mockito:mockito-core:2.8.9' + testImplementation 'org.mockito:mockito-core:2.8.9' testImplementation 'junit:junit:4.12' testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" -- GitLab