Later version of Junit prevents 'Multiple dex files define Lorg/hamcrest/Description' error

This commit is contained in:
Art O Cathain 2014-06-14 13:16:39 +01:00
parent 9d77790729
commit 63861fa60b

View File

@ -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'