Skip to content
Snippets Groups Projects
Commit 53a15c05 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'prefer-project-modules' into 'master'

Prefer project modules over prebuilt dependencies

See merge request akwizgran/briar!666
parents 2f049fbe db21dced
No related branches found
No related tags found
No related merge requests found
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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment