change minSdkVersion back to 16

This commit is contained in:
vok
2019-06-19 14:46:20 +07:00
parent 4f36eb1254
commit a96fa33714
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 19
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
supportLibVersion = "28.0.0"