fix: try at fixing incorrect scan box size on smaller screens

This commit is contained in:
alzalia1 2025-08-19 22:57:44 +02:00
parent 8a464cc665
commit 587cc0689a
5 changed files with 24 additions and 14 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 = 23
minSdkVersion(24)
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName

File diff suppressed because one or more lines are too long