From eea68513ffb96d4100b8e2a9058e45dde1a4457c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 6 Dec 2013 14:52:53 -0600 Subject: [PATCH] Fix instrumentTest compile --- astrid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/build.gradle b/astrid/build.gradle index 7555ab71e..2edf35d71 100644 --- a/astrid/build.gradle +++ b/astrid/build.gradle @@ -101,5 +101,5 @@ dependencies { // hack to get android studio to import libraries instrumentTestCompile group: 'junit', name: 'junit', version: '4.10', transitive: false instrumentTestCompile group: 'org.robolectric', name: 'robolectric', version: '2.3-SNAPSHOT', transitive: false - instrumentTestCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.0', transitive: false + instrumentTestCompile group: 'org.mockito', name: 'mockito-core', version: '1.9.0', transitive: false }