Move submodules back to libs/
This commit is contained in:
parent
90898ec3d4
commit
a6d0042e5c
16
.gitmodules
vendored
16
.gitmodules
vendored
|
@ -1,9 +1,9 @@
|
||||||
[submodule "minidns"]
|
[submodule "libs/MemorizingTrustManager"]
|
||||||
path = minidns
|
path = libs/MemorizingTrustManager
|
||||||
url = https://github.com/rtreffer/minidns.git
|
|
||||||
[submodule "openpgpapilib"]
|
|
||||||
path = openpgpapilib
|
|
||||||
url = https://github.com/open-keychain/openpgp-api-lib.git
|
|
||||||
[submodule "memorizingTrustManager"]
|
|
||||||
path = memorizingTrustManager
|
|
||||||
url = https://github.com/iNPUTmice/MemorizingTrustManager.git
|
url = https://github.com/iNPUTmice/MemorizingTrustManager.git
|
||||||
|
[submodule "libs/minidns"]
|
||||||
|
path = libs/minidns
|
||||||
|
url = https://github.com/rtreffer/minidns.git
|
||||||
|
[submodule "libs/openpgp-api-lib"]
|
||||||
|
path = libs/openpgp-api-lib
|
||||||
|
url = https://github.com/open-keychain/openpgp-api-lib.git
|
||||||
|
|
|
@ -28,9 +28,9 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':minidns')
|
compile project(':libs/minidns')
|
||||||
compile project(':openpgpapilib')
|
compile project(':libs/openpgp-api-lib')
|
||||||
compile project(':memorizingTrustManager')
|
compile project(':libs/MemorizingTrustManager')
|
||||||
compile 'com.android.support:support-v13:19.1.0'
|
compile 'com.android.support:support-v13:19.1.0'
|
||||||
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
|
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
|
||||||
compile 'net.java:otr4j:0.21'
|
compile 'net.java:otr4j:0.21'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include ':memorizingTrustManager'
|
include ':libs/MemorizingTrustManager'
|
||||||
include ':minidns'
|
include ':libs/minidns'
|
||||||
include ':openpgpapilib'
|
include ':libs/openpgp-api-lib'
|
||||||
include ':conversations'
|
include ':conversations'
|
||||||
|
|
Loading…
Reference in a new issue