From cacb50b0406027f26867d71332a805936b6b36a0 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 20 May 2024 16:40:21 +0530 Subject: [PATCH] Fix git submodule --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index c77a0f881..cfea8359b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,10 @@ path = auth/thirdparty/sentry-dart url = https://github.com/ente-io/sentry-dart.git branch = sentry_flutter_ente +[submodule "auth/flutter"] + path = auth/flutter + url = https://github.com/flutter/flutter.git + branch = stable [submodule "auth/assets/simple-icons"] path = auth/assets/simple-icons url = https://github.com/simple-icons/simple-icons.git