From e9d01dc104fa861a47c47d52d326314e9ee3bf22 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Mon, 28 Mar 2016 19:54:45 -0400 Subject: [PATCH] Revert to previous support library version until they fix the menu bug --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51caf5e..ca23153 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,8 +71,8 @@ dependencies { // support libraries compile 'com.android.support:palette-v7:23.2.1' - compile 'com.android.support:appcompat-v7:23.2.1' - compile 'com.android.support:design:23.2.1' + compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:design:23.1.1' compile 'com.android.support:recyclerview-v7:23.2.1' compile 'com.android.support:support-v4:23.2.1'