From 8f225d3ee7f745dededf853d8b01d8ac49e7735c Mon Sep 17 00:00:00 2001 From: krille-chan Date: Wed, 22 Apr 2026 17:27:20 +0900 Subject: [PATCH] build: Update to flutter 3.41.7 --- .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 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: |