From cbb1c439f8f0cf17a4179276a56c3964f36ac9c9 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:23:05 +0200 Subject: [PATCH] Update .gitmodules Fixed flutter version to stable --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 7c80cd8..3013a17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "flutter"] path = flutter url = https://github.com/flutter/flutter + branch = stable