Set the minversion to 10.

This commit is contained in:
Tim Schumacher 2015-01-25 18:13:37 +01:00
parent 9f00091f3b
commit 6116271753
2 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" /> <excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" /> <excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content> </content>
<orderEntry type="jdk" jdkName="Android API 14 Platform" jdkType="Android SDK" /> <orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="support-annotations-21.0.2" level="project" /> <orderEntry type="library" exported="" name="support-annotations-21.0.2" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.2" level="project" /> <orderEntry type="library" exported="" name="support-v4-21.0.2" level="project" />

View file

@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 14 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.1"
defaultConfig { defaultConfig {
applicationId "me.datenknoten.tueroeffner" applicationId "me.datenknoten.tueroeffner"
minSdkVersion 14 minSdkVersion 10
targetSdkVersion 14 targetSdkVersion 21
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
} }