From c7060413d5e5158e3e42f6672f72f44046fcd621 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 11 Apr 2026 16:35:32 +0900 Subject: [PATCH] build: Update to flutter 3.41.6 --- .tool_versions.yaml | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool_versions.yaml b/.tool_versions.yaml index a06ba450..54f80e87 100644 --- a/.tool_versions.yaml +++ b/.tool_versions.yaml @@ -1,2 +1,2 @@ environment: - flutter: 3.41.5 # Keep in sync with snap/snapcraft.yaml \ No newline at end of file + flutter: 3.41.6 # Keep in sync with snap/snapcraft.yaml \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 71245163..273b9902 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.5 + source-tag: 3.41.6 source-depth: 1 plugin: nil override-build: |