From c9927477bc9dfe2d4d15958638d089121927f783 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 8 Jun 2025 15:58:09 +0200 Subject: [PATCH] build: Upgrade flutter to 3.32.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 1d646f732..b99b89cdf 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.32.1 +FLUTTER_VERSION=3.32.2 JAVA_VERSION=17