diff -r 99a573076548 -r 842945e5b782 build.gradle --- a/build.gradle Sat Feb 14 19:20:40 2015 +0100 +++ b/build.gradle Sat Feb 14 21:21:19 2015 +0100 @@ -43,7 +43,7 @@ } dependencies { - compile 'junit:junit:4.+' + androidTestCompile 'junit:junit:4.+' compile 'com.android.support:support-v4:19.1.0' compile 'backport-util-concurrent:backport-util-concurrent:3.1' compile 'org.apache.commons:commons-lang3:3.2'