From a691a7636f7195dca80bcfbae0af5ab99cd0d64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 25 Jul 2025 10:23:07 +0200 Subject: [PATCH] build: Update flutter version --- .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 6501fe0b2..d62cd5e8a 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.32.6 +FLUTTER_VERSION=3.32.7 JAVA_VERSION=17