From 504f7cd434826293d628ff2ee6af87a9111dbc50 Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Tue, 20 Sep 2016 19:52:42 +0200 Subject: [PATCH] Fixed #68 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b9be8f48..3277a9d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,14 +41,14 @@ dependencies { // Android standard libs compile 'com.android.support:appcompat-v7:24.2.0' - compile 'com.android.support:design: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" // More libraries compile 'com.jakewharton:butterknife:8.0.1' compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1' compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1' - compile "com.android.support:customtabs:24.2.0" apt 'com.jakewharton:butterknife-compiler:8.0.1' }