From 897cc3f82e335e06ceb3eb1a37f514f528386458 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 7 Mar 2016 09:51:37 +0100 Subject: Update compat library --- main/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main') diff --git a/main/build.gradle b/main/build.gradle index 7cbadb2d..e53a4c10 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -12,9 +12,9 @@ repositories { } dependencies { - compile 'com.android.support:support-annotations:23.1.1' - compile 'com.android.support:cardview-v7:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.android.support:support-annotations:23.2.0' + compile 'com.android.support:cardview-v7:23.2.0' + compile 'com.android.support:recyclerview-v7:23.2.0' // compile 'ch.acra:acra:4.5.0' } -- cgit v1.2.3