fix: incorrect minSdk version
This commit is contained in:
parent
73e907ef7e
commit
8a464cc665
2 changed files with 11 additions and 11 deletions
|
|
@ -24,7 +24,7 @@ android {
|
|||
applicationId = "fr.ueauvergne.seshat"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
|
|
|
|||
Reference in a new issue