From 70ee24fa59ad6af41c151bdb6676d88e6b60ab33 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Fri, 7 Jun 2024 12:35:44 +0200 Subject: [PATCH] build: Update to Flutter 3.22.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 12f38094d..4d10c42f4 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.22.1 +FLUTTER_VERSION=3.22.2 JAVA_VERSION=17