Skip to content

Commit 5a313bd

Browse files
author
zhengshuxin
committed
Use sdk30 built by ndk
1 parent b7ea45e commit 5a313bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android/acl_ndk20/acl_one/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
android {
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 {

android/acl_ndk20/http/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.application'
22

33
android {
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"

0 commit comments

Comments
 (0)