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

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