From 70662e21b0a43221181e47e8df13750d33479ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 9 Feb 2016 00:21:04 +0100 Subject: Remove spongycastle submodule --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fc4c5f5e0..9e337454e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "extern/spongycastle"] - path = extern/spongycastle - url = https://github.com/open-keychain/spongycastle.git - ignore = dirty [submodule "extern/openpgp-api-lib"] path = extern/openpgp-api-lib url = https://github.com/open-keychain/openpgp-api.git -- cgit v1.2.3 From 55b4790abd680635fda83d95a3197b2b18288a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 9 Feb 2016 00:22:20 +0100 Subject: Add bouncycastle submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9e337454e..aed2ac128 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,3 +21,6 @@ [submodule "OpenKeychain/src/test/resources/openpgp-interop"] path = OpenKeychain/src/test/resources/openpgp-interop url = https://github.com/google/openpgp-interop +[submodule "extern/bouncycastle"] + path = extern/bouncycastle + url = https://github.com/open-keychain/bouncycastle.git -- cgit v1.2.3