aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-07-09 12:57:55 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-07-09 12:57:55 +0200
commit89f48cc62ee97cbd1c08abfee44699377425c77d (patch)
tree6ee5c89f99389d8c2e3dfb11d85773894fcc09d9 /OpenKeychain
parent96dbb9e60c7f1e057d90be5925167619de31ab55 (diff)
downloadopen-keychain-89f48cc62ee97cbd1c08abfee44699377425c77d.tar.gz
open-keychain-89f48cc62ee97cbd1c08abfee44699377425c77d.tar.bz2
open-keychain-89f48cc62ee97cbd1c08abfee44699377425c77d.zip
Update robolectric, Workaround still needed
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/build.gradle4
1 files changed, 2 insertions, 2 deletions
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'