android-network-discovery icon indicating copy to clipboard operation
android-network-discovery copied to clipboard

Replace deprecated libraries

Open MBach opened this issue 6 years ago • 1 comments

Hi,

Is it possible to rewrite the code to support latest SDK? In fact, I'm having troubles with DownloadFile.java where such imports aren't recognized:

import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;

Also, minSdkVersion should be like version 14 and compileSdkVersion at 26.

MBach avatar Sep 21 '17 23:09 MBach