From 63861fa60bc02c7f25ae417727a6327718373b88 Mon Sep 17 00:00:00 2001 From: Art O Cathain Date: Sat, 14 Jun 2014 13:16:39 +0100 Subject: Later version of Junit prevents 'Multiple dex files define Lorg/hamcrest/Description' error --- OpenKeychain/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 32b60e915..ba527948a 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -30,7 +30,7 @@ dependencies { compile project(':extern:dnsjava') // Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well - androidTestCompile 'junit:junit:4.10' + androidTestCompile 'junit:junit:4.11' androidTestCompile 'org.robolectric:robolectric:2.3' androidTestCompile 'com.squareup:fest-android:1.0.8' androidTestCompile 'com.google.android:android:4.1.1.4' -- cgit v1.2.3