build: Update to flutter 3.41.6

This commit is contained in:
krille-chan 2026-04-11 16:35:32 +09:00
commit c7060413d5
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.5 # Keep in sync with snap/snapcraft.yaml
flutter: 3.41.6 # 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.5
source-tag: 3.41.6
source-depth: 1
plugin: nil
override-build: |