From c52209ccdd5a2cc0558244bfe3b29909e5e937f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 1 Jun 2025 11:38:49 +0200 Subject: [PATCH] build: Upgrade to flutter 3.32.1 --- .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 3cad68ef4..1d646f732 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.32.0 +FLUTTER_VERSION=3.32.1 JAVA_VERSION=17