From 5d590c2c757b6522b4f929a29f65a808b03a0ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 22 Nov 2025 13:18:38 +0100 Subject: [PATCH] build: Update to flutter 3.38.3 --- .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 71fae1563..48b9dbee1 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.38.1 +FLUTTER_VERSION=3.38.3 JAVA_VERSION=17