From 3d2ca29fb72e3219334b6f78963a7accaf6f0629 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Thu, 2 Jul 2015 15:10:43 +0200 Subject: [PATCH] android sdk updates --- .idea/misc.xml | 3 +++ app/app.iml | 2 +- app/build.gradle | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e45faed..e930905 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,8 @@ + + + diff --git a/app/app.iml b/app/app.iml index b16c08c..7dc66c0 100644 --- a/app/app.iml +++ b/app/app.iml @@ -85,7 +85,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index d1b6b0a..15dba05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 22 + buildToolsVersion "22.0.1" defaultConfig { applicationId "xdsopl.robot36" minSdkVersion 15 - targetSdkVersion 21 + targetSdkVersion 22 versionCode 29 versionName "1.28" renderscriptTargetApi 19