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"
88apply from : " ../../parse_json.gradle"
99
1010android {
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'
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ apply plugin: 'kotlin-android-extensions'
66
77
88android {
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'
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33apply plugin : ' signing'
44
55android {
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
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ apply plugin: 'kotlin-android'
77apply plugin : ' kotlin-android-extensions'
88
99android {
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
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33apply plugin : ' signing'
44
55android {
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
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'maven-publish'
33apply plugin : ' signing'
44
55android {
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
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
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
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ apply plugin: 'kotlin-android-extensions'
77apply plugin : ' com.kezong.fat-aar'
88
99android {
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
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
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
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
55apply from : " ../../parse_json.gradle"
66
77android {
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'
You can’t perform that action at this time.
0 commit comments