Commit a3398318 by 霍志良

feat:修改minSdkversion为21

parent caa66334
......@@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "com.ydl.component"
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
......@@ -6,7 +6,7 @@ buildscript {
ext {
kotlin_version = '1.3.21'
support_version = '26.1.0'
minSdkVersion = 17
minSdkVersion = 21
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
......
......@@ -64,7 +64,7 @@ ext {
android = [
compileSdkVersion: 28,
buildToolsVersion: "28.0.3",
minSdkVersion : 17,
minSdkVersion : 21,
targetSdkVersion : 28,
versionCode : 1000,
versionName : "1.0.00",
......
......@@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
......@@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
......@@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
......@@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment