MinVersion auf 14 setzen, weil required.

This commit is contained in:
Tim Schumacher 2015-01-25 19:32:27 +01:00
parent 3f89d6f85b
commit 30f5fe6175

View file

@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
applicationId "me.datenknoten.tueroeffner" applicationId "me.datenknoten.tueroeffner"
minSdkVersion 10 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"