minSkdVersion = 21
This commit is contained in:
parent
0c0bd35a35
commit
95d7f6f396
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 19
|
minSdkVersion 21
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
Reference in a new issue