set minimum sdk on android

This commit is contained in:
marcoabat
2023-08-05 17:44:17 +02:00
parent 1ee2d08e65
commit 01efb5b662

View File

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