Skip to content

Commit

Permalink
mod: minSdkVersion 19->21
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 26, 2024
1 parent 9cb6c93 commit 1da311c
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 @@ -62,7 +62,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion 19
minSdkVersion 21
multiDexEnabled true
}

Expand Down

0 comments on commit 1da311c

Please sign in to comment.