From 1fc49db3d367e144efa6eb742a2fda7074881d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 28 Feb 2026 09:11:47 +0100 Subject: [PATCH] build: Update to flutter 3.41.2 --- .github/workflows/versions.env | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index 3bda57066..e5d1f0b2b 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.41.1 +FLUTTER_VERSION=3.41.2 JAVA_VERSION=17 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0f2a7ad79..18615e0fc 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.1 + source-tag: 3.41.2 source-depth: 1 plugin: nil override-build: |