fix: try at fixing incorrect scan box size on smaller screens
This commit is contained in:
parent
8a464cc665
commit
587cc0689a
5 changed files with 24 additions and 14 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 = 23
|
||||
minSdkVersion(24)
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
|
|
|
|||
Reference in a new issue