Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated libraries #19

Open
MBach opened this issue Sep 21, 2017 · 1 comment
Open

Replace deprecated libraries #19

MBach opened this issue Sep 21, 2017 · 1 comment

Comments

@MBach
Copy link

MBach commented Sep 21, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@MBach and others