File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 29 // 使用旧语法,兼容 AGP 4.2.2
5- // buildToolsVersion "29 .0.2"
4+ compileSdkVersion 30 // 使用旧语法,兼容 AGP 4.2.2
5+ buildToolsVersion " 30 .0.2"
66 // ndkVersion "20.1.5948944"
77
88 defaultConfig {
99 minSdkVersion 14
10- targetSdkVersion 29
10+ targetSdkVersion 30
1111
1212 externalNativeBuild {
1313 cmake {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 29
4+ compileSdkVersion 30
55 // compileSdk 29
6- buildToolsVersion " 29 .0.2"
6+ buildToolsVersion " 30 .0.2"
77
88 defaultConfig {
99 applicationId " com.example.http"
1010 minSdkVersion 14
11- targetSdkVersion 29
11+ targetSdkVersion 30
1212 // versionCode 14
1313 // versionName "1.0"
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments