diff options
author | 2020-03-29 16:59:51 -0600 | |
---|---|---|
committer | 2020-03-29 17:00:31 -0600 | |
commit | 480c95d4d698f399763cf2cce9f0ed018e3755d7 (patch) | |
tree | 525d759cbaf3ec669e56becf611584af08f5bdf1 | |
parent | strings: Sync German translations (diff) | |
download | wireguard-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>
-rw-r--r-- | ui/build.gradle | 1 |
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) { |