From 3d21a3cbed7ee54e34793a59c66710f1daaafc7e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 28 Oct 2022 14:16:40 +0200 Subject: [PATCH] chore: Update flutter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54fc480f..9c836d80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - FLUTTER_VERSION: 3.3.4 + FLUTTER_VERSION: 3.3.6 image: cirrusci/flutter:${FLUTTER_VERSION}