build: Update to flutter 3.41.7

This commit is contained in:
krille-chan 2026-04-22 17:27:20 +09:00
commit 8f225d3ee7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
environment:
flutter: 3.41.6 # Keep in sync with snap/snapcraft.yaml
flutter: 3.41.7 # Keep in sync with snap/snapcraft.yaml

View file

@ -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: |