aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 09:06:28 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 09:07:48 -0600
commit056cf472d98a135c9300b8e4ebe4cca109529cf2 (patch)
tree76c8550b3fd53af81d3490e8fb3ea2074f4e210e /ui/build.gradle
parentAsyncWorker: move back to original location (diff)
downloadwireguard-android-056cf472d98a135c9300b8e4ebe4cca109529cf2.tar.xz
wireguard-android-056cf472d98a135c9300b8e4ebe4cca109529cf2.zip
ModuleLoader: move to right project
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 e4caeb6b..99852751 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -80,7 +80,6 @@ dependencies {
implementation "androidx.preference:preference:$preferenceVersion"
implementation "com.google.android.material:material:$materialComponentsVersion"
implementation "com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion"
- implementation "net.i2p.crypto:eddsa:$eddsaVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
}