Remove old attempt to work around build issues.

This commit is contained in:
akwizgran
2018-05-02 15:11:21 +01:00
parent 3c6e2e8875
commit a10dc45a6a

View File

@@ -1,10 +1,6 @@
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')