From 1e6a16f3b84fe3a9b2f7cf8c8b06ad626bd49208 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 1 Mar 2024 08:19:14 +0100 Subject: [PATCH] build: Update to flutter 3.19.2 --- .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 95fae4252..d1b3523e6 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.19.1 +FLUTTER_VERSION=3.19.2 JAVA_VERSION=17