From f92173878371f01bfcbc3c4376fc3db75d0c29cb Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 31 May 2015 22:05:43 +0200 Subject: [PATCH] Readded accidentally removed CardView lib --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8891d490..4d488c1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,10 +54,11 @@ dependencies { transitive = true; } + compile 'com.android.support:support-v13:22.2.0' compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.android.support:recyclerview-v7:22.2.0' + compile 'com.android.support:cardview-v7:22.2.0' compile 'com.android.support:palette-v7:22.2.0' - compile 'com.android.support:support-v13:22.2.0' compile 'com.android.support:design:22.2.0' compile 'com.github.ksoichiro:android-observablescrollview:1.5.1'