File tree Expand file tree Collapse file tree 12 files changed +27
-23
lines changed
explorer-device-broadcast
src/main/java/com/tencent/iot/hub/device/android/core/mqtt Expand file tree Collapse file tree 12 files changed +27
-23
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 28
11
+ compileSdkVersion 31
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 28
16
+ targetSdkVersion 31
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 @@ -6,12 +6,12 @@ apply plugin: 'kotlin-android-extensions'
6
6
7
7
8
8
android {
9
- compileSdkVersion 29
9
+ compileSdkVersion 31
10
10
buildToolsVersion " 26.0.3"
11
11
12
12
defaultConfig {
13
13
minSdkVersion 15
14
- targetSdkVersion 29
14
+ targetSdkVersion 31
15
15
versionCode 1
16
16
versionName " 1.0"
17
17
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
3
3
apply plugin : ' signing'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 31
7
7
buildToolsVersion " 26.0.3"
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 29
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ apply plugin: 'kotlin-android'
7
7
apply plugin : ' kotlin-android-extensions'
8
8
9
9
android {
10
- compileSdkVersion 29
10
+ compileSdkVersion 31
11
11
buildToolsVersion " 26.0.3"
12
12
13
13
defaultConfig {
14
14
minSdkVersion 18
15
- targetSdkVersion 29
15
+ targetSdkVersion 31
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
3
3
apply plugin : ' signing'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 31
7
7
buildToolsVersion " 26.0.3"
8
8
9
9
defaultConfig {
10
10
minSdkVersion 19
11
- targetSdkVersion 29
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
3
3
apply plugin : ' signing'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 31
7
7
buildToolsVersion " 26.0.3"
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 29
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 30
6
+ compileSdkVersion 31
7
7
buildToolsVersion " 30.0.3"
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 30
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ apply plugin: 'kotlin-android-extensions'
7
7
apply plugin : ' com.kezong.fat-aar'
8
8
9
9
android {
10
- compileSdkVersion 29
10
+ compileSdkVersion 31
11
11
buildToolsVersion " 26.0.3"
12
12
13
13
defaultConfig {
14
14
minSdkVersion 18
15
- targetSdkVersion 29
15
+ targetSdkVersion 31
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 31
7
7
buildToolsVersion ' 26.0.3'
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 29
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
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 29
8
+ compileSdkVersion 31
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 29
13
+ targetSdkVersion 31
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