Commit c4d4b0ac by zhengnw@sobot.com

compileSdkVersion 改成 29

parent ae1050df
......@@ -3,13 +3,13 @@ plugins {
}
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.sobot.moduletest"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
//添加此行
......
......@@ -3,7 +3,7 @@ plugins {
}
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 16
......
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