Skip to content

Commit

Permalink
build: upgrade minSdkVersion to 30 (Android 11).
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Oct 10, 2024
1 parent 28a1dfc commit 3f44ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 30
compileSdkVersion = 34
targetSdkVersion = 34

Expand Down

0 comments on commit 3f44ee4

Please sign in to comment.