upgraded flutter

This commit is contained in:
2025-10-14 20:53:48 +02:00
parent 173e8dcbbb
commit 8237ed32a7
4 changed files with 108 additions and 148 deletions

View File

@@ -28,7 +28,7 @@ android {
// 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
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
@@ -49,4 +49,4 @@ dependencies {
flutter {
source = "../.."
}
}