修改minSdkVersion

修改minSdkVersion
pull/107/head
xufulong 5 years ago
parent 064bc9620d
commit ca027c00cf
  1. 2
      build.gradle

@ -33,7 +33,7 @@ task clean(type: Delete) {
ext { ext {
compileSdkVersion = 28 compileSdkVersion = 28
buildToolsVersion = '28.0.2' buildToolsVersion = '28.0.2'
minSdkVersion = 17 minSdkVersion = 21
targetSdkVersion = 28 targetSdkVersion = 28
versionCode = 101000 versionCode = 101000
versionName = "1.1.0" versionName = "1.1.0"

Loading…
Cancel
Save