Merge pull request #654 from artbristol/master

Update JUnit version
This commit is contained in:
Dominik Schürmann 2014-06-14 15:54:22 +02:00
commit 81344389e5

View File

@ -30,7 +30,7 @@ dependencies {
compile project(':extern:dnsjava') compile project(':extern:dnsjava')
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well // 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 'org.robolectric:robolectric:2.3'
androidTestCompile 'com.squareup:fest-android:1.0.8' androidTestCompile 'com.squareup:fest-android:1.0.8'
androidTestCompile 'com.google.android:android:4.1.1.4' androidTestCompile 'com.google.android:android:4.1.1.4'