mirror of
https://github.com/briar/briar.git
synced 2025-12-23 23:37:43 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user