summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-09-15 11:23:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-15 12:30:15 +0200
commitf20d0f0659c6a1f2f078a000b4b621b18e01f907 (patch)
tree6cb2a63820cae04a675781fc5f69eecc600bb5b5 /tunnel/build.gradle
parent9346a637530bbca53a16f8b0c4a3b91f4f9b3229 (diff)
gradle: desugar retrofuture and remove old deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r--tunnel/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index 6f59c391..73b50828 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -50,11 +50,9 @@ android {
}
dependencies {
- api "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
implementation "androidx.annotation:annotation:$annotationsVersion"
implementation "androidx.collection:collection:$collectionVersion"
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
- implementation "com.jakewharton.threetenabp:threetenabp:$threetenabpVersion"
implementation "net.i2p.crypto:eddsa:$eddsaVersion"
testImplementation "junit:junit:$junitVersion"
}