From 3f9775dd0dcabce82e8fecfa037f6045a9e1dbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 7 Mar 2023 11:15:52 +0100 Subject: [PATCH] chore: update to flutter 3.7.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0de59f9b0..4ca7bba3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - FLUTTER_VERSION: 3.7.5 + FLUTTER_VERSION: 3.7.6 image: name: cirrusci/flutter:${FLUTTER_VERSION}