diff --git a/.tool_versions.yaml b/.tool_versions.yaml index 54f80e87..767dda76 100644 --- a/.tool_versions.yaml +++ b/.tool_versions.yaml @@ -1,2 +1,2 @@ environment: - flutter: 3.41.6 # Keep in sync with snap/snapcraft.yaml \ No newline at end of file + flutter: 3.41.7 # Keep in sync with snap/snapcraft.yaml \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 273b9902..4a22975c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -53,7 +53,7 @@ platforms: parts: flutter-git: source: https://github.com/flutter/flutter.git - source-tag: 3.41.6 + source-tag: 3.41.7 source-depth: 1 plugin: nil override-build: |