From a10dc45a6a08d276031d5abd03d1a34754003ee2 Mon Sep 17 00:00:00 2001
From: akwizgran <michael@briarproject.org>
Date: Wed, 2 May 2018 15:11:21 +0100
Subject: [PATCH] Remove old attempt to work around build issues.

---
 briar-android/build.gradle | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/briar-android/build.gradle b/briar-android/build.gradle
index 3ff4ef63b6..d4e0bcd8cd 100644
--- a/briar-android/build.gradle
+++ b/briar-android/build.gradle
@@ -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')
-- 
GitLab