Skip to content

Commit 0ffda4b

Browse files
authored
Update build.gradle
update minSdkVersion to 26
1 parent fde2c54 commit 0ffda4b

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)