From 5d4106e0b3b9956b8d29b83fb6e28f9c2226b057 Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Mon, 10 Oct 2016 18:13:41 +0200 Subject: [PATCH] Updated support libs and added more precise breakage notice --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0e7cceec..32fc1384 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,10 +40,10 @@ dependencies { testCompile 'junit:junit:4.12' // Android standard libs - compile 'com.android.support:appcompat-v7:24.2.0' - compile 'com.android.support:design:24.1.0' //Don't u dare to upd8! - compile 'com.android.support:support-v4:24.2.0' - compile "com.android.support:customtabs:24.2.0" + compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:design:24.1.0' //Don't update. Broken up to 24.2.1 + compile 'com.android.support:support-v4:24.2.1' + compile "com.android.support:customtabs:24.2.1" // More libraries compile 'com.jakewharton:butterknife:8.0.1'