From a146167a82a086a292ba9924d5acd2dd2e9482f3 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Tue, 24 Mar 2015 18:00:42 +0100 Subject: [PATCH] library updates --- app/app.iml | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app.iml b/app/app.iml index 8459066..b5d00e9 100644 --- a/app/app.iml +++ b/app/app.iml @@ -85,8 +85,8 @@ - - + + diff --git a/app/build.gradle b/app/build.gradle index f1925c3..479e6dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,5 +23,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile "com.android.support:support-v4:21.0.+" + compile "com.android.support:support-v4:22.0.+" }