Add dnsjava as submodule
This commit is contained in:
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
Submodule extern/dnsjava added at 71c8a9e56b
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user