Skip to content

Commit

Permalink
fix: min sdk to 24
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jan 8, 2025
1 parent 3dd4384 commit 80f0615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "33.0.2"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
Expand Down

0 comments on commit 80f0615

Please sign in to comment.