Skip to content

Commit

Permalink
fix: minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jul 2, 2024
1 parent 0eb8521 commit 89cd5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
Expand Down

0 comments on commit 89cd5cf

Please sign in to comment.