Fix android build min sdk version

codemagic-setup
Hank Grabowski 2022-12-30 11:36:15 -05:00
rodzic 39ef265bac
commit 76a2106822
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ android {
applicationId "social.myportal.flutter_portal"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 18
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName