aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorArt O Cathain <art.home@gmail.com>2014-06-14 13:16:39 +0100
committerArt O Cathain <art.home@gmail.com>2014-06-14 13:16:39 +0100
commit63861fa60bc02c7f25ae417727a6327718373b88 (patch)
treec2c80dc201eb93332b1b6870dc19fc1280a44ceb /OpenKeychain/build.gradle
parent9d7779072995fb35c18a719f79c8465828b33ce3 (diff)
downloadopen-keychain-63861fa60bc02c7f25ae417727a6327718373b88.tar.gz
open-keychain-63861fa60bc02c7f25ae417727a6327718373b88.tar.bz2
open-keychain-63861fa60bc02c7f25ae417727a6327718373b88.zip
Later version of Junit prevents 'Multiple dex files define Lorg/hamcrest/Description' error
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'