diff --git a/app-test/build.gradle b/app-test/build.gradle index 7236ba3..8bdbb9c 100644 --- a/app-test/build.gradle +++ b/app-test/build.gradle @@ -36,7 +36,7 @@ dependencies { testCompile 'junit:junit:4.+' testCompile 'org.robolectric:robolectric:+' - testCompile 'org.mockito:mockito-all:+' + testCompile 'org.mockito:mockito-core:+' testCompile 'com.jayway.awaitility:awaitility:+' testCompile 'org.jetbrains.spek:spek:+'