From 889b6a7b798b6390b8e61ed7501c14ed73179f68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:37:35 +0000 Subject: [PATCH] fix(sdk): update dependency flutter to v3.24.2 --- .fvm/fvm_config.json | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index d9c73063..3fa05ed8 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.24.1", + "flutterSdkVersion": "3.24.2", "flavors": {} } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index d30190d0..eebe0bea 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1478,4 +1478,4 @@ packages: version: "3.1.2" sdks: dart: ">=3.5.1 <4.0.0" - flutter: ">=3.24.1" + flutter: ">=3.24.2" diff --git a/pubspec.yaml b/pubspec.yaml index 0ddf768b..f7fc67f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ version: 2.2.0 environment: sdk: ">=3.0.0 <4.0.0" - flutter: 3.24.1 + flutter: 3.24.2 dependencies: appainter_annotations: