mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Add dnsjava as submodule
This commit is contained in:
parent
80e9998640
commit
36312b950a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -25,3 +25,6 @@
|
|||||||
[submodule "extern/openkeychain-api-lib"]
|
[submodule "extern/openkeychain-api-lib"]
|
||||||
path = extern/openkeychain-api-lib
|
path = extern/openkeychain-api-lib
|
||||||
url = https://github.com/open-keychain/openkeychain-api-lib.git
|
url = https://github.com/open-keychain/openkeychain-api-lib.git
|
||||||
|
[submodule "extern/dnsjava"]
|
||||||
|
path = extern/dnsjava
|
||||||
|
url = https://github.com/open-keychain/dnsjava.git
|
||||||
|
@ -14,7 +14,6 @@ dependencies {
|
|||||||
|
|
||||||
compile 'com.android.support:support-v4:19.1.0'
|
compile 'com.android.support:support-v4:19.1.0'
|
||||||
compile 'com.android.support:appcompat-v7:19.1.0'
|
compile 'com.android.support:appcompat-v7:19.1.0'
|
||||||
compile 'dnsjava:dnsjava:2.1.1'
|
|
||||||
compile project(':extern:openpgp-api-lib')
|
compile project(':extern:openpgp-api-lib')
|
||||||
compile project(':extern:openkeychain-api-lib')
|
compile project(':extern:openkeychain-api-lib')
|
||||||
compile project(':extern:html-textview')
|
compile project(':extern:html-textview')
|
||||||
@ -27,6 +26,7 @@ dependencies {
|
|||||||
compile project(':extern:spongycastle:pkix')
|
compile project(':extern:spongycastle:pkix')
|
||||||
compile project(':extern:spongycastle:prov')
|
compile project(':extern:spongycastle:prov')
|
||||||
compile project(':extern:AppMsg:library')
|
compile project(':extern:AppMsg:library')
|
||||||
|
compile project(':extern:dnsjava')
|
||||||
|
|
||||||
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well
|
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well
|
||||||
androidTestCompile 'junit:junit:4.10'
|
androidTestCompile 'junit:junit:4.10'
|
||||||
|
1
extern/dnsjava
vendored
Submodule
1
extern/dnsjava
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 71c8a9e56b19b34907e7e2e810ca15b57e3edc2b
|
@ -11,3 +11,4 @@ include ':extern:spongycastle:pg'
|
|||||||
include ':extern:spongycastle:pkix'
|
include ':extern:spongycastle:pkix'
|
||||||
include ':extern:spongycastle:prov'
|
include ':extern:spongycastle:prov'
|
||||||
include ':extern:AppMsg:library'
|
include ':extern:AppMsg:library'
|
||||||
|
include ':extern:dnsjava'
|
||||||
|
Loading…
Reference in New Issue
Block a user