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" }