fix min sdk version

This commit is contained in:
Inex Code 2022-12-27 08:33:18 +03:00
parent 4c6aa671a8
commit 5a31e25b73
1 changed files with 1 additions and 1 deletions

View File

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