fix: set newer minSdk for fluttertoast

This commit is contained in:
Matyáš Caras 2024-01-09 00:39:31 +01:00
parent 27bfadc015
commit e5e59ef7a5
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -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