Skip to content

Commit

Permalink
demo修改compileSdkVersion和targetSdkVersion为30
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalenSun committed May 23, 2024
1 parent a56b4a2 commit fa16787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions explorer/device-android-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
apply from: "../../parse_json.gradle"

android {
compileSdkVersion 31
compileSdkVersion 30
buildToolsVersion "26.0.3"
defaultConfig {
applicationId "com.tencent.iot.explorer.device.android.app"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName rootProject.ext.sdk.sdkdemoVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
4 changes: 2 additions & 2 deletions hub/hub-android-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ rootProject.ext.configPath = "./src/main/assets/app-config.json"
apply from: "../../parse_json.gradle"

android {
compileSdkVersion 31
compileSdkVersion 30
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "com.tencent.iot.hub.device.android.app"
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName rootProject.ext.sdk.sdkdemoVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down

0 comments on commit fa16787

Please sign in to comment.