Skip to content

Commit

Permalink
fix(sdk): update dependency flutter to v3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent cea3e6f commit 9aa5d3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.22.0",
"flutterSdkVersion": "3.22.1",
"flavors": {}
}
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,4 +1449,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.22.1"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.15.10

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.22.0
flutter: 3.22.1

dependencies:
appainter_annotations:
Expand Down

0 comments on commit 9aa5d3d

Please sign in to comment.