From f3012ce3a239c471a5b17d1feeef2e469fd275f1 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 9 Mar 2024 08:38:45 +0100 Subject: [PATCH] build: Update Flutter to 3.19.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 d1b3523e6..0983238ab 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.19.2 +FLUTTER_VERSION=3.19.3 JAVA_VERSION=17