Commit e0094bd0 authored by feihuaduo's avatar feihuaduo

targetSdkVersion降为21

support包降为27.1.0
parent c4c14c6e
...@@ -14,9 +14,9 @@ buildscript { ...@@ -14,9 +14,9 @@ buildscript {
} }
ext { ext {
compileSdkVersion = 28 compileSdkVersion = 27
buildToolsVersion = compileSdkVersion+".0.0" // buildToolsVersion = compileSdkVersion+".0.0"
supportVersion = compileSdkVersion+".0.0" supportVersion = compileSdkVersion+".1.0"
} }
allprojects { allprojects {
......
...@@ -4,8 +4,8 @@ android { ...@@ -4,8 +4,8 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 21
flavorDimensions "versionCode" flavorDimensions "versionCode"
/* ndk { /* ndk {
moduleName "YGOMobile" moduleName "YGOMobile"
......
...@@ -7,7 +7,7 @@ android { ...@@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 21
versionCode 330701025 versionCode 330701025
versionName "3.3.7" versionName "3.3.7"
flavorDimensions "versionCode" flavorDimensions "versionCode"
......
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