Change minSdkVersion to 21

This commit is contained in:
Brandon Presley 2023-04-01 13:10:11 +13:00
parent 7b5c1bf3ef
commit 370aff9fa1

View File

@ -47,7 +47,7 @@ android {
applicationId "com.example.fmassive"
// 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 flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName