Skip to content

Commit d528baf

Browse files
Merge pull request #103 from YOEL311/patch-2
Raise minSdkVersion to 26 for Android camera realtime detection compatibility
2 parents fde2c54 + 0ffda4b commit d528baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
buildToolsVersion = "35.0.0"
4-
minSdkVersion = 24
4+
minSdkVersion = 26
55
compileSdkVersion = 35
66
targetSdkVersion = 35
77
ndkVersion = "27.1.12297006"

0 commit comments

Comments
 (0)