From d48ff5b9a35263cbd7fac5296c644c49cce2985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 7 Oct 2025 10:51:33 +0200 Subject: [PATCH] build: Flutter upgrade 3.35.5 --- .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 4d5a9ba26..118db7025 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.35.3 +FLUTTER_VERSION=3.35.5 JAVA_VERSION=17