From e42591e8105afbdbc0125ce9491b0578bea24626 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Thu, 18 Apr 2024 10:11:43 +0200 Subject: [PATCH] build: Update to Flutter 3.19.6 --- .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 a5bf6f315..7656c5f67 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -FLUTTER_VERSION=3.19.5 +FLUTTER_VERSION=3.19.6 JAVA_VERSION=17