Skip to content

Commit a56b4a2

Browse files
author
WhalenSun
committed
修改compileSdkVersion和targetSdkVersion为31
1 parent 9f343ae commit a56b4a2

File tree

12 files changed

+27
-23
lines changed

12 files changed

+27
-23
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 28
11+
compileSdkVersion 31
1212
buildToolsVersion "26.0.3"
1313
defaultConfig {
1414
applicationId "com.tencent.iot.explorer.device.android.app"
1515
minSdkVersion 19
16-
targetSdkVersion 28
16+
targetSdkVersion 31
1717
versionCode 1
1818
versionName rootProject.ext.sdk.sdkdemoVersion
1919
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

explorer/explorer-device-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ apply plugin: 'kotlin-android-extensions'
66

77

88
android {
9-
compileSdkVersion 29
9+
compileSdkVersion 31
1010
buildToolsVersion "26.0.3"
1111

1212
defaultConfig {
1313
minSdkVersion 15
14-
targetSdkVersion 29
14+
targetSdkVersion 31
1515
versionCode 1
1616
versionName "1.0"
1717
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

explorer/explorer-device-broadcast/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33
apply plugin: 'signing'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 31
77
buildToolsVersion "26.0.3"
88

99
defaultConfig {
1010
minSdkVersion 16
11-
targetSdkVersion 29
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

explorer/explorer-device-central/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ apply plugin: 'kotlin-android'
77
apply plugin: 'kotlin-android-extensions'
88

99
android {
10-
compileSdkVersion 29
10+
compileSdkVersion 31
1111
buildToolsVersion "26.0.3"
1212

1313
defaultConfig {
1414
minSdkVersion 18
15-
targetSdkVersion 29
15+
targetSdkVersion 31
1616
versionCode 1
1717
versionName "1.0"
1818

explorer/explorer-device-face/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33
apply plugin: 'signing'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 31
77
buildToolsVersion "26.0.3"
88

99
defaultConfig {
1010
minSdkVersion 19
11-
targetSdkVersion 29
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

explorer/explorer-device-rtc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33
apply plugin: 'signing'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 31
77
buildToolsVersion "26.0.3"
88

99
defaultConfig {
1010
minSdkVersion 16
11-
targetSdkVersion 29
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

explorer/explorer-device-tme/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77
buildToolsVersion "30.0.3"
88

99
defaultConfig {
1010
minSdkVersion 16
11-
targetSdkVersion 30
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

explorer/explorer-device-video/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ apply plugin: 'kotlin-android-extensions'
77
apply plugin: 'com.kezong.fat-aar'
88

99
android {
10-
compileSdkVersion 29
10+
compileSdkVersion 31
1111
buildToolsVersion "26.0.3"
1212

1313
defaultConfig {
1414
minSdkVersion 18
15-
targetSdkVersion 29
15+
targetSdkVersion 31
1616
versionCode 1
1717
versionName "1.0"
1818

explorer/explorer-media-common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 31
77
buildToolsVersion '26.0.3'
88

99
defaultConfig {
1010
minSdkVersion 16
11-
targetSdkVersion 29
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

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

0 commit comments

Comments
 (0)