Skip to content

Commit

Permalink
Merge pull request #15878 from cezheng/build_for_android6/downloader
Browse files Browse the repository at this point in the history
fix downloader build issue for Android API 23
  • Loading branch information
minggo committed Jun 20, 2016
2 parents 49e24eb + 84db1ac commit ad28d44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -6,8 +6,8 @@
import com.loopj.android.http.FileAsyncHttpResponseHandler;
import com.loopj.android.http.RequestHandle;

import org.apache.http.Header;
import org.apache.http.message.BasicHeader;
import cz.msebera.android.httpclient.Header;
import cz.msebera.android.httpclient.message.BasicHeader;

import java.io.File;
import java.util.*;
Expand Down

0 comments on commit ad28d44

Please sign in to comment.