set min sdk to 16
This commit is contained in:
parent
42cc8aaa2f
commit
a0744b2af8
|
@ -7,7 +7,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.contacts"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "1.0.0"
|
||||
|
|
Loading…
Reference in New Issue