From 003c109453401523dd807f35c75871b48ff42b74 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Mon, 16 Sep 2024 16:49:34 +0200 Subject: [PATCH] build: Update to Flutter 3.24.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 598275c27..6519d6b5c 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.24.2 +FLUTTER_VERSION=3.24.3 JAVA_VERSION=17