From b2b1d8436baafb539ec9965150812aa792bc4e84 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 3 Sep 2015 15:17:49 -0700 Subject: Update to newer support library 23.0.0 -> 23.0.1 Travis-CI was actually freaking out about this. --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 4200181..f76992c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,9 +59,9 @@ android { } dependencies { - compile "com.android.support:support-v4:23.0.0" - compile "com.android.support:appcompat-v7:23.0.0" - compile "com.android.support:design:23.0.0" + compile "com.android.support:support-v4:23.0.1" + compile "com.android.support:appcompat-v7:23.0.1" + compile "com.android.support:design:23.0.1" androidTestCompile('com.android.support.test:runner:0.3') { exclude module: "support-annotations" -- cgit v1.2.3