MinVersion auf 14 setzen, weil required.
This commit is contained in:
parent
3f89d6f85b
commit
30f5fe6175
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue