Add ability to resolve HkpKeyserver from _hkp._tcp SRV record

This commit is contained in:
mar-v-in
2014-05-27 19:45:58 +02:00
parent 7865b92285
commit 3110122a85
2 changed files with 39 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ sourceSets {
dependencies {
compile 'com.android.support:support-v4: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:openkeychain-api-lib')
compile project(':extern:html-textview')