Skip to content

Commit c299f73

Browse files
committed
Set Min SDK to API 34 as it is the lowest version of Android that support Zebra AI Vision SDK
1 parent 31077a6 commit c299f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AI_MutliBarcodes_Capture/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313
defaultConfig {
1414
applicationId = "com.zebra.ai_multibarcodes_capture.dev"
15-
minSdk = 30
15+
minSdk = 34
1616
targetSdk = 35
1717
versionCode = 14
1818
versionName = "1.14"

0 commit comments

Comments
 (0)