Skip to content

Commit

Permalink
fix minSDKVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed May 10, 2023
1 parent 1e41400 commit 0711ffa
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 @@ -54,7 +54,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId ANDROID_APPLICATION_ID
minSdkVersion 31
minSdkVersion 26
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 0711ffa

Please sign in to comment.