From f61c96c9beba486d3fde39e4e1dd3a9e748d9a35 Mon Sep 17 00:00:00 2001 From: Krille Date: Sun, 26 Mar 2023 10:58:52 +0200 Subject: [PATCH] chore: Downgrade flutter to 3.7.7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3fba5166..04b64a004 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - FLUTTER_VERSION: 3.7.8 + FLUTTER_VERSION: 3.7.7 image: cirrusci/flutter:${FLUTTER_VERSION}