Set minSdkVersion to 21

This commit is contained in:
Marc Rousavy
2021-02-19 20:54:55 +01:00
parent ffa2527849
commit 695f98f551
3 changed files with 6 additions and 7 deletions

View File

@@ -34,11 +34,10 @@ android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
buildToolsVersion getExtOrDefault('buildToolsVersion')
defaultConfig {
minSdkVersion 16
minSdkVersion 21
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName "1.0"
}
buildTypes {