From e2b81c6b7747a7df557b0e32c4804d906ef11741 Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 25 Feb 2016 18:02:34 +0300 Subject: [PATCH] Permit deprecated Apache HTTP Client This is a temporary solution. All code that uses Apache HTTP Client should be rewritten. --- F-Droid/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index 82c8b4b10..7236d7c19 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -120,6 +120,7 @@ if (!hasProperty('sourceDeps')) { android { compileSdkVersion 23 buildToolsVersion '23.0.2' + useLibrary 'org.apache.http.legacy' sourceSets { main {