From 89f48cc62ee97cbd1c08abfee44699377425c77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 9 Jul 2015 12:57:55 +0200 Subject: Update robolectric, Workaround still needed --- OpenKeychain/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 1aecf78f2..dd30c09f6 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -16,10 +16,10 @@ dependencies { // 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://robolectric.org/getting-started/ // http://www.vogella.com/tutorials/Robolectric/article.html testCompile 'junit:junit:4.12' - testCompile 'org.robolectric:robolectric:3.0-rc3' + testCompile 'org.robolectric:robolectric:3.0' // UI testing with Espresso androidTestCompile 'com.android.support.test:runner:0.3' -- cgit v1.2.3