Commit e0094bd0 authored by feihuaduo's avatar feihuaduo

targetSdkVersion降为21

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