mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Export bramble/briar-api as API of bramble/briar-core.
This commit is contained in:
@@ -9,7 +9,7 @@ apply from: 'witness.gradle'
|
|||||||
apply from: '../dagger.gradle'
|
apply from: '../dagger.gradle'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ':bramble-api', configuration: 'default')
|
api project(path: ':bramble-api', configuration: 'default')
|
||||||
|
|
||||||
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
|
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
|
|||||||
@@ -9,8 +9,9 @@ apply from: 'witness.gradle'
|
|||||||
apply from: '../dagger.gradle'
|
apply from: '../dagger.gradle'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
api project(path: ':briar-api', configuration: 'default')
|
||||||
|
|
||||||
implementation project(path: ':bramble-core', configuration: 'default')
|
implementation project(path: ':bramble-core', configuration: 'default')
|
||||||
implementation project(path: ':briar-api', configuration: 'default')
|
|
||||||
|
|
||||||
implementation 'com.rometools:rome:1.15.0'
|
implementation 'com.rometools:rome:1.15.0'
|
||||||
implementation 'org.jdom:jdom2:2.0.6'
|
implementation 'org.jdom:jdom2:2.0.6'
|
||||||
|
|||||||
Reference in New Issue
Block a user