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"]
|
||||
path = minidns
|
||||
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
|
||||
[submodule "libs/MemorizingTrustManager"]
|
||||
path = libs/MemorizingTrustManager
|
||||
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 {
|
||||
compile project(':minidns')
|
||||
compile project(':openpgpapilib')
|
||||
compile project(':memorizingTrustManager')
|
||||
compile project(':libs/minidns')
|
||||
compile project(':libs/openpgp-api-lib')
|
||||
compile project(':libs/MemorizingTrustManager')
|
||||
compile 'com.android.support:support-v13:19.1.0'
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.50'
|
||||
compile 'net.java:otr4j:0.21'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include ':memorizingTrustManager'
|
||||
include ':minidns'
|
||||
include ':openpgpapilib'
|
||||
include ':libs/MemorizingTrustManager'
|
||||
include ':libs/minidns'
|
||||
include ':libs/openpgp-api-lib'
|
||||
include ':conversations'
|
||||
|
|
Loading…
Reference in a new issue