Skip to content

Commit ef2f0ba

Browse files
committed
修改minSdkVersion
1 parent 84b1395 commit ef2f0ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
buildToolsVersion "29.0.2"
2929
defaultConfig {
3030
applicationId "com.tencent.iot.explorer.link.opensource"
31-
minSdkVersion 21
31+
minSdkVersion 26
3232
targetSdkVersion 29
3333
versionCode rootProject.ext.android.versionCode
3434
versionName rootProject.ext.android.versionName

sdk/video-link-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
buildToolsVersion "30.0.2"
1111

1212
defaultConfig {
13-
minSdkVersion 16
13+
minSdkVersion 24
1414
targetSdkVersion 29
1515
versionCode 1
1616
versionName "1.0"

sdkdemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
buildToolsVersion "29.0.2"
2828
defaultConfig {
2929
applicationId "com.tencent.iot.explorer.link.sdkdemo"
30-
minSdkVersion 19
30+
minSdkVersion 26
3131
targetSdkVersion 29
3232
versionCode 3
3333
versionName rootProject.ext.android.versionSDKDemoName

0 commit comments

Comments
 (0)