From 4a8a4e37d008ed6f942a02b67990eab908bfffa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 13 Nov 2015 14:59:45 +0100 Subject: Use fixed version of mockito --- OpenKeychain/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/build.gradle') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 62043aef3..b06fb38d6 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -20,7 +20,7 @@ dependencies { // http://www.vogella.com/tutorials/Robolectric/article.html testCompile 'junit:junit:4.12' testCompile 'org.robolectric:robolectric:3.0' - testCompile 'org.mockito:mockito-core:1.+' + testCompile 'org.mockito:mockito-core:1.10.19' // UI testing with Espresso androidTestCompile 'com.android.support.test:runner:0.3' -- cgit v1.2.3