mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
add secret-sharing-wrapper to build.gradle (WIP)
This commit is contained in:
@@ -15,6 +15,7 @@ dependencies {
|
|||||||
// okhttp 3.12.x is supported until end of 2020, newer versions need minSdk 21
|
// okhttp 3.12.x is supported until end of 2020, newer versions need minSdk 21
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
|
||||||
implementation 'org.jsoup:jsoup:1.11.3'
|
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'
|
annotationProcessor 'com.google.dagger:dagger-compiler:2.24'
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ allprojects {
|
|||||||
jcenter()
|
jcenter()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
google()
|
google()
|
||||||
|
maven { url 'https://mvn.darkcrystal.pw' }
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
}
|
}
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
|||||||
Reference in New Issue
Block a user