From fd0651c3655c4eeb7a52eceeb37d545ef735c563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 28 Jul 2025 10:06:20 +0200 Subject: [PATCH] build: Update Flutter 3.32.8 --- .github/workflows/versions.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index d62cd5e8a..660760f68 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.32.7 +FLUTTER_VERSION=3.32.8 JAVA_VERSION=17