Skip to content

Commit b5cd3ac

Browse files
author
WhalenSun
committed
demo修改compileSdkVersion和targetSdkVersion为30
1 parent 604aa7c commit b5cd3ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

explorer/device-android-demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
88
apply from: "../../parse_json.gradle"
99

1010
android {
11-
compileSdkVersion 31
11+
compileSdkVersion 30
1212
buildToolsVersion "26.0.3"
1313
defaultConfig {
1414
applicationId "com.tencent.iot.explorer.device.android.app"
1515
minSdkVersion 19
16-
targetSdkVersion 31
16+
targetSdkVersion 30
1717
versionCode 1
1818
versionName rootProject.ext.sdk.sdkdemoVersion
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

hub/hub-android-demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
55
apply from: "../../parse_json.gradle"
66

77
android {
8-
compileSdkVersion 31
8+
compileSdkVersion 30
99
buildToolsVersion "26.0.0"
1010
defaultConfig {
1111
applicationId "com.tencent.iot.hub.device.android.app"
1212
minSdkVersion 16
13-
targetSdkVersion 31
13+
targetSdkVersion 30
1414
versionCode 1
1515
versionName rootProject.ext.sdk.sdkdemoVersion
1616
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

0 commit comments

Comments
 (0)