From 50a8ac0dc94f347bba1b90ccc6f925eb7ffa9e43 Mon Sep 17 00:00:00 2001 From: "lauren n. liberda" Date: Thu, 23 May 2024 03:57:24 +0200 Subject: [PATCH] chore: upgrade flutter to 3.22.1 --- .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 496817358..12f38094d 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.22.0 +FLUTTER_VERSION=3.22.1 JAVA_VERSION=17