Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-14 20:33:21 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-15 00:38:06 +0300
commit1682953f71bad7d7868bd2ab8f7c4d1c7caddb7d (patch)
tree8e8b2f544a3631c198dd28c1084ccd9b10105206 /build.gradle
parent3b85d6071093b4a4efff6407ad64b96e4303d35b (diff)
Refine SRV lookup; run resolving synchronized (no thread-interleave)srv
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 36f2fdd..f0fd30e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,6 +43,7 @@ dependencies {
implementation 'com.googlecode.javacpp:javacpp:0.7'
implementation 'org.jetbrains:annotations:18.0.0'
implementation 'org.minidns:minidns-hla:0.3.4'
+ implementation 'com.google.guava:guava:28.2-android'
}
android {