From 1cecb89a9da3ee42594e957ddbb10c57f3d05e2b Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 16:44:59 +0100 Subject: [PATCH] =?UTF-8?q?API=20Level=20reduzieren=20f=C3=BCr=20mehr=20Ko?= =?UTF-8?q?mpatibilit=C3=A4t!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.iml | 4 ++-- app/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/app.iml b/app/app.iml index f15f948..97016bb 100644 --- a/app/app.iml +++ b/app/app.iml @@ -81,10 +81,10 @@ - + - + diff --git a/app/build.gradle b/app/build.gradle index 6ca1853..36864f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 + compileSdkVersion 14 buildToolsVersion "21.1.1" defaultConfig { applicationId "me.datenknoten.tueroeffner" - minSdkVersion 21 - targetSdkVersion 21 + minSdkVersion 14 + targetSdkVersion 14 versionCode 1 versionName "1.0" }