fix: incorrect minSdk version

This commit is contained in:
alzalia1 2025-08-19 21:23:44 +02:00
parent 73e907ef7e
commit 8a464cc665
2 changed files with 11 additions and 11 deletions

View file

@ -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