From 6f8eef68cd49e820cf979e28b34af8959ae2bf51 Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 11:07:55 -0700 Subject: Bump the support library version from 23.0.0 to 23.0.1. 23.0.1. is the new version automatically downloaded in Android Studio. --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index e02e5bd..e10df39 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" @@ -132,4 +132,4 @@ android.applicationVariants.all { variant -> valuesFile.write(content, 'UTF-8') } } -} \ No newline at end of file +} -- cgit v1.2.3