From 42720e933e4fafd8f5284eef18254d4e2ff27fb3 Mon Sep 17 00:00:00 2001 From: Jamie McDonald Date: Sun, 13 Jul 2014 19:18:02 +0200 Subject: [PATCH] Update for Travis env --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 6873731..b8b4d9c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -20,7 +20,7 @@ android { dependencies { androidTestCompile 'com.squareup:fest-android:1.0.7' - androidTestCompile 'com.android.support:support-v4:21.0.0-rc1' + androidTestCompile 'com.android.support:support-v4:19.1.0' androidTestCompile 'org.mockito:mockito-core:1.9.5' androidTestCompile 'com.google.dexmaker:dexmaker:1.0' androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.0'