From fbe839d9ca1a4f5db21d163ec577f5775f4f5949 Mon Sep 17 00:00:00 2001 From: ameba23 Date: Tue, 2 Mar 2021 08:49:09 +0100 Subject: [PATCH] rm SecretShardingWrapper as dependency of briar-core --- briar-core/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/briar-core/build.gradle b/briar-core/build.gradle index a884762b6..14bc3aa16 100644 --- a/briar-core/build.gradle +++ b/briar-core/build.gradle @@ -15,7 +15,6 @@ dependencies { // okhttp 3.12.x is supported until end of 2020, newer versions need minSdk 21 implementation 'com.squareup.okhttp3:okhttp:3.12.6' implementation 'org.jsoup:jsoup:1.11.3' - implementation 'org.magmacollective.darkcrystal:dark-crystal-secret-sharing-wrapper:1.0.0' annotationProcessor 'com.google.dagger:dagger-compiler:2.24'