mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Prefer project modules over prebuilt dependencies.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'witness'
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.preferProjectModules()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':briar-core', configuration: 'default')
|
||||
implementation project(path: ':bramble-core', configuration: 'default')
|
||||
|
||||
Reference in New Issue
Block a user