From 6116271753152d08639cacea6ec834474402a6e5 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 18:13:37 +0100 Subject: [PATCH] Set the minversion to 10. --- app/app.iml | 2 +- app/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/app.iml b/app/app.iml index 97016bb..4bffb70 100644 --- a/app/app.iml +++ b/app/app.iml @@ -81,7 +81,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 36864f0..5b92431 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 14 + compileSdkVersion 21 buildToolsVersion "21.1.1" defaultConfig { applicationId "me.datenknoten.tueroeffner" - minSdkVersion 14 - targetSdkVersion 14 + minSdkVersion 10 + targetSdkVersion 21 versionCode 1 versionName "1.0" }