diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-05-23 16:18:26 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-05-23 17:10:52 +0200 |
| commit | 2f5405fa21fc90e9f9fadf5546e39c92031475c3 (patch) | |
| tree | c4978066f995e9d36973494061c5bec582aca55e /main/src/cgeo/geocaching/files/LocalStorage.java | |
| parent | 4453f08ccda762f1c608feaf6cf379d1ffa93df4 (diff) | |
| download | cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.zip cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.tar.gz cgeo-2f5405fa21fc90e9f9fadf5546e39c92031475c3.tar.bz2 | |
Use httpclientandroidlib instead of plain old httpclient
Diffstat (limited to 'main/src/cgeo/geocaching/files/LocalStorage.java')
| -rw-r--r-- | main/src/cgeo/geocaching/files/LocalStorage.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/files/LocalStorage.java b/main/src/cgeo/geocaching/files/LocalStorage.java index 4c101a3..ec09168 100644 --- a/main/src/cgeo/geocaching/files/LocalStorage.java +++ b/main/src/cgeo/geocaching/files/LocalStorage.java @@ -3,9 +3,9 @@ package cgeo.geocaching.files; import cgeo.geocaching.utils.CryptUtils; import cgeo.geocaching.utils.Log; +import ch.boye.httpclientandroidlib.Header; +import ch.boye.httpclientandroidlib.HttpResponse; import org.apache.commons.lang3.StringUtils; -import org.apache.http.Header; -import org.apache.http.HttpResponse; import android.os.Environment; |
