Skip to content

Commit 89cd5cf

Browse files
committed
fix: minSdkVersion
1 parent 0eb8521 commit 89cd5cf

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 = "34.0.0"
4-
minSdkVersion = 23
4+
minSdkVersion = 24
55
compileSdkVersion = 34
66
targetSdkVersion = 34
77
ndkVersion = "26.1.10909125"

0 commit comments

Comments
 (0)