Commit a3398318 by 霍志良

feat:修改minSdkversion为21

parent caa66334
...@@ -20,7 +20,7 @@ android { ...@@ -20,7 +20,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.ydl.component" applicationId "com.ydl.component"
minSdkVersion 17 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
ext { ext {
kotlin_version = '1.3.21' kotlin_version = '1.3.21'
support_version = '26.1.0' support_version = '26.1.0'
minSdkVersion = 17 minSdkVersion = 21
targetSdkVersion = 28 targetSdkVersion = 28
compileSdkVersion = 28 compileSdkVersion = 28
buildToolsVersion = '28.0.3' buildToolsVersion = '28.0.3'
......
...@@ -64,7 +64,7 @@ ext { ...@@ -64,7 +64,7 @@ ext {
android = [ android = [
compileSdkVersion: 28, compileSdkVersion: 28,
buildToolsVersion: "28.0.3", buildToolsVersion: "28.0.3",
minSdkVersion : 17, minSdkVersion : 21,
targetSdkVersion : 28, targetSdkVersion : 28,
versionCode : 1000, versionCode : 1000,
versionName : "1.0.00", versionName : "1.0.00",
......
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 17 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 17 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 17 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -13,7 +13,7 @@ android { ...@@ -13,7 +13,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 17 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" 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