Skip to content

Commit

Permalink
Bumped Android minSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
bitscoper committed Jan 28, 2025
1 parent 03a4c01 commit 3e9f2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

minSdkVersion 28
minSdkVersion 30
}

signingConfigs {
Expand Down

0 comments on commit 3e9f2bb

Please sign in to comment.