aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-29 16:59:51 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-29 17:00:31 -0600
commit480c95d4d698f399763cf2cce9f0ed018e3755d7 (patch)
tree525d759cbaf3ec669e56becf611584af08f5bdf1 /ui/build.gradle
parentstrings: Sync German translations (diff)
downloadwireguard-android-480c95d4d698f399763cf2cce9f0ed018e3755d7.tar.xz
wireguard-android-480c95d4d698f399763cf2cce9f0ed018e3755d7.zip
ui: remove unused stream support
The tunnel/ module still uses it and exposes it as an "api", but nothing inside of ui/ should be using it now. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/build.gradle')
-rw-r--r--ui/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build.gradle b/ui/build.gradle
index d00f4d64..b5b47c51 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -78,7 +78,6 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
implementation "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion"
- implementation "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
}
tasks.withType(JavaCompile) {