aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test
diff options
context:
space:
mode:
authorWilliam Faulk <wfaulk@gmail.com>2015-05-03 14:06:01 -0700
committerWilliam Faulk <wfaulk@gmail.com>2015-05-03 14:06:01 -0700
commit971ceb07d4fd8cba92a1ec32cc2a163cf11c3559 (patch)
treee5af59de4ea0212cff2524b4223bb9011b9ca3ef /OpenKeychain-Test
parentf3870cee290a7f8f996c14d457cba3be4127cd3e (diff)
downloadopen-keychain-971ceb07d4fd8cba92a1ec32cc2a163cf11c3559.tar.gz
open-keychain-971ceb07d4fd8cba92a1ec32cc2a163cf11c3559.tar.bz2
open-keychain-971ceb07d4fd8cba92a1ec32cc2a163cf11c3559.zip
updated robolectric to support new android support libs
Diffstat (limited to 'OpenKeychain-Test')
-rw-r--r--OpenKeychain-Test/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenKeychain-Test/build.gradle b/OpenKeychain-Test/build.gradle
index 1c87fcb4d..2bf35b3d1 100644
--- a/OpenKeychain-Test/build.gradle
+++ b/OpenKeychain-Test/build.gradle
@@ -17,7 +17,8 @@ dependencies {
testCompile 'junit:junit:4.11'
testCompile 'com.google.android:android:4.1.1.4'
testCompile('com.squareup:fest-android:1.0.8') { exclude module: 'support-v4' }
- testCompile ('org.robolectric:robolectric:2.3') {
+ testCompile 'org.apache.maven:maven-ant-tasks:2.1.3'
+ testCompile ('org.robolectric:robolectric:2.4') {
exclude module: 'classworlds'
exclude module: 'maven-artifact'
exclude module: 'maven-artifact-manager'