File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
explorer/device-android-demo Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
8
8
apply from : " ../../parse_json.gradle"
9
9
10
10
android {
11
- compileSdkVersion 31
11
+ compileSdkVersion 30
12
12
buildToolsVersion " 26.0.3"
13
13
defaultConfig {
14
14
applicationId " com.tencent.iot.explorer.device.android.app"
15
15
minSdkVersion 19
16
- targetSdkVersion 31
16
+ targetSdkVersion 30
17
17
versionCode 1
18
18
versionName rootProject. ext. sdk. sdkdemoVersion
19
19
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
5
5
apply from : " ../../parse_json.gradle"
6
6
7
7
android {
8
- compileSdkVersion 31
8
+ compileSdkVersion 30
9
9
buildToolsVersion " 26.0.0"
10
10
defaultConfig {
11
11
applicationId " com.tencent.iot.hub.device.android.app"
12
12
minSdkVersion 16
13
- targetSdkVersion 31
13
+ targetSdkVersion 30
14
14
versionCode 1
15
15
versionName rootProject. ext. sdk. sdkdemoVersion
16
16
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
You can’t perform that action at this time.
0 commit comments