rm SecretShardingWrapper as dependency of briar-core

This commit is contained in:
ameba23
2021-03-02 08:49:09 +01:00
parent f2638c9db2
commit fbe839d9ca

View File

@@ -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'