From 181a328a3dc555ded1cfbf612f47aef7bc4c931d Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 11 Jul 2015 16:34:00 +0200 Subject: [PATCH] support library update --- app/app.iml | 6 +++--- app/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/app.iml b/app/app.iml index 7dc66c0..65b464b 100644 --- a/app/app.iml +++ b/app/app.iml @@ -69,7 +69,7 @@ - + @@ -87,8 +87,8 @@ + + - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index ef6f2cd..d83a72e 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:22.1.1" + compile "com.android.support:support-v4:22.2.0" }