Skip to content

Commit

Permalink
修改minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Oct 16, 2024
1 parent 3f4744d commit b971e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.tencent.iot.explorer.link.opensource"
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 29
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
Expand Down
2 changes: 1 addition & 1 deletion sdk/video-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
buildToolsVersion "30.0.2"

defaultConfig {
minSdkVersion 16
minSdkVersion 24
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.tencent.iot.explorer.link.sdkdemo"
minSdkVersion 19
minSdkVersion 26
targetSdkVersion 29
versionCode 3
versionName rootProject.ext.android.versionSDKDemoName
Expand Down

0 comments on commit b971e9c

Please sign in to comment.