From 2f5405fa21fc90e9f9fadf5546e39c92031475c3 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 23 May 2012 16:18:26 +0200 Subject: Use httpclientandroidlib instead of plain old httpclient --- main/src/cgeo/geocaching/files/LocalStorage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/cgeo/geocaching/files/LocalStorage.java') 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; -- cgit v1.1