BobStore/.gitmodules
Daniel Martí 414c4e0c67 Use zxing-core from source in both ant and gradle
Also, temporarily remove zipsigner from ant until spongycastle is added to it
so that ant builds work
2014-05-25 13:39:56 +02:00

38 lines
1.2 KiB
Plaintext

[submodule "extern/Universal-Image-Loader"]
path = extern/UniversalImageLoader
url = https://github.com/nostra13/Android-Universal-Image-Loader
ignore = dirty
[submodule "extern/MemorizingTrustManager"]
path = extern/MemorizingTrustManager
url = https://github.com/ge0rg/MemorizingTrustManager.git
ignore = dirty
[submodule "extern/AndroidPinning"]
path = extern/AndroidPinning
url = https://gitlab.com/fdroid/androidpinning.git
ignore = dirty
[submodule "extern/libsuperuser"]
path = extern/libsuperuser
url = https://github.com/dschuermann/libsuperuser.git
ignore = dirty
[submodule "extern/jmdns"]
path = extern/jmdns
url = https://gitlab.com/fdroid/jmdns.git
ignore = dirty
[submodule "extern/Support"]
path = extern/Support
url = https://android.googlesource.com/platform/frameworks/support
ignore = dirty
[submodule "extern/zipsigner"]
path = extern/zipsigner
url = https://gitlab.com/fdroid/zipsigner.git
ignore = dirty
[submodule "extern/spongycastle"]
path = extern/spongycastle
url = https://github.com/open-keychain/spongycastle
[submodule "extern/nanohttpd"]
path = extern/nanohttpd
url = https://github.com/eighthave/nanohttpd
[submodule "extern/zxing-core"]
path = extern/zxing-core
url = https://gitlab.com/fdroid/zxing-core.git