From 7a5121894ee0ede4f20a6d029e4880c68cd643b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 11 Jun 2015 00:35:58 +0200 Subject: Remove unused deps, fix travis --- OpenKeychain/build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 82c56f5c0..081d87462 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -11,15 +11,12 @@ dependencies { compile 'com.android.support:recyclerview-v7:22.1.0' compile 'com.android.support:cardview-v7:22.1.0' - // Local Unit tests with Robolectric + // Unit tests in the local JVM with Robolectric // https://developer.android.com/training/testing/unit-testing/local-unit-tests.html // https://github.com/nenick/AndroidStudioAndRobolectric // http://www.vogella.com/tutorials/Robolectric/article.html testCompile 'junit:junit:4.12' - testCompile 'org.hamcrest:hamcrest-core:1.1' - testCompile 'org.hamcrest:hamcrest-library:1.1' - testCompile 'org.hamcrest:hamcrest-integration:1.1' - testCompile "org.robolectric:robolectric:3.0-rc3" + testCompile 'org.robolectric:robolectric:3.0-rc3' // UI testing with Espresso androidTestCompile 'com.android.support.test:runner:0.2' -- cgit v1.2.3