From 0b654bdfe5c05f1707c04f3d6c56c8ee9fe52e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 15 Mar 2015 14:57:37 +0100 Subject: Use fixed version of com.squareup:fest-android, enable offline builds --- OpenKeychain-Test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain-Test') diff --git a/OpenKeychain-Test/build.gradle b/OpenKeychain-Test/build.gradle index f621428ed..25f955dd1 100644 --- a/OpenKeychain-Test/build.gradle +++ b/OpenKeychain-Test/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'jacoco' dependencies { testCompile 'junit:junit:4.11' testCompile 'com.google.android:android:4.1.1.4' - testCompile('com.squareup:fest-android:1.0.+') { exclude module: 'support-v4' } + testCompile('com.squareup:fest-android:1.0.8') { exclude module: 'support-v4' } testCompile ('org.robolectric:robolectric:2.3') { exclude module: 'classworlds' exclude module: 'maven-artifact' -- cgit v1.2.3