From ea47ffb445413e71806cf912ab31e57cfb46443d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 6 Apr 2022 11:28:39 +0200 Subject: [PATCH] Make androidssl submodule shallow --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index e0abdafc..051dbf83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,4 @@ path = 3rdParty/android/android_openssl url = https://github.com/KDAB/android_openssl.git branch = 1.0.x + shallow = true