From 4e2cd81095a30fbc3279e54fbca8700d195bb677 Mon Sep 17 00:00:00 2001 From: "lauren n. liberda" Date: Thu, 22 Aug 2024 16:52:09 +0200 Subject: [PATCH] chore: upgrade flutter to 3.24.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 8bc2c377f..a7af31db7 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.24.0 +FLUTTER_VERSION=3.24.1 JAVA_VERSION=17