fix: set newer minSdk for fluttertoast
This commit is contained in:
parent
27bfadc015
commit
e5e59ef7a5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ android {
|
|||
applicationId "cafe.caras.prasule"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
Loading…
Reference in a new issue