From a8e7c4d29e2d980831260f240aeec8e210edd4ef Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 31 Jul 2015 09:56:47 +0200 Subject: [PATCH] Android Updates --- .idea/misc.xml | 39 +++++++++++++++++++++++++++++++++++++++ Robot36.iml | 2 +- app/app.iml | 14 ++++++++------ app/build.gradle | 2 +- 4 files changed, 49 insertions(+), 8 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e930905..559bff9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,30 @@ + + + + @@ -19,4 +43,19 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Robot36.iml b/Robot36.iml index caddff8..cc5e1d6 100644 --- a/Robot36.iml +++ b/Robot36.iml @@ -8,7 +8,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 65b464b..c0c6f83 100644 --- a/app/app.iml +++ b/app/app.iml @@ -12,10 +12,12 @@ - + @@ -69,7 +71,7 @@ - + @@ -87,8 +89,8 @@ - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 7343cc8..d76c797 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.2.0" + compile "com.android.support:support-v4:22.2.1" }