From 0b0b0198dffb0d02aab7830b13439f306161a00b Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Sun, 11 Sep 2016 11:57:42 +0200 Subject: [PATCH] Updated support libraries --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cfed7257..105da4da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,9 +40,9 @@ dependencies { testCompile 'junit:junit:4.12' // Android standard libs - compile 'com.android.support:appcompat-v7:24.1.1' - compile 'com.android.support:design:24.1.1' - compile 'com.android.support:support-v4:24.1.1' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:design:24.2.0' + compile 'com.android.support:support-v4:24.2.0' // More libraries compile 'com.jakewharton:butterknife:8.0.1'