Add explicit dependency from briar-android to bramble-api.

Android Studio seems to need this, although the compiler doesn't.
This commit is contained in:
akwizgran
2022-11-28 16:41:08 +00:00
parent c855967d56
commit 35fc17cb65

View File

@@ -101,6 +101,7 @@ dependencies {
implementation project(path: ':briar-core', configuration: 'default')
implementation project(path: ':bramble-core', configuration: 'default')
implementation project(':bramble-android')
implementation project(':bramble-api')
implementation 'org.briarproject:dont-kill-me-lib:0.2.5'
implementation 'androidx.fragment:fragment:1.3.4'