Permit deprecated Apache HTTP Client

This is a temporary solution. All code that uses Apache HTTP Client
should be rewritten.
This commit is contained in:
relan 2016-02-25 18:02:34 +03:00
parent 21a78054d5
commit e2b81c6b77

View File

@ -120,6 +120,7 @@ if (!hasProperty('sourceDeps')) {
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
useLibrary 'org.apache.http.legacy'
sourceSets {
main {