From 8dd43d8a7fb6d69abd5bdb454476dfc2ab0bb79c Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 27 Jul 2024 19:02:47 +0200 Subject: [PATCH] build: Update to Flutter 3.22.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 4d10c42f4..eaa595930 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.22.2 +FLUTTER_VERSION=3.22.3 JAVA_VERSION=17