Export bramble/briar-api as API of bramble/briar-core.

This commit is contained in:
akwizgran
2022-12-02 15:51:36 +00:00
parent c16d0e8f45
commit 9ee8fe74ba
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ apply from: 'witness.gradle'
apply from: '../dagger.gradle'
dependencies {
implementation project(path: ':bramble-api', configuration: 'default')
api project(path: ':bramble-api', configuration: 'default')
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
//noinspection GradleDependency
+2 -1
View File
@@ -9,8 +9,9 @@ apply from: 'witness.gradle'
apply from: '../dagger.gradle'
dependencies {
api project(path: ':briar-api', configuration: 'default')
implementation project(path: ':bramble-core', configuration: 'default')
implementation project(path: ':briar-api', configuration: 'default')
implementation 'com.rometools:rome:1.15.0'
implementation 'org.jdom:jdom2:2.0.6'