Run Studio's import optimizer

This commit is contained in:
Daniel Martí 2015-12-07 20:56:47 +01:00
parent fee37d88cf
commit c8e69c794a
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ import android.database.Cursor;
import android.net.Uri;
import android.util.Log;
import org.fdroid.fdroid.R;
import org.fdroid.fdroid.Hasher;
import org.fdroid.fdroid.R;
import org.fdroid.fdroid.Utils;
import java.security.NoSuchAlgorithmException;

View File

@ -4,6 +4,7 @@ import android.content.Context;
import android.text.TextUtils;
import android.util.Log;
import org.apache.commons.net.util.Base64;
import org.fdroid.fdroid.FDroidApp;
import org.fdroid.fdroid.Preferences;
import org.fdroid.fdroid.Utils;
@ -21,7 +22,6 @@ import java.net.SocketAddress;
import java.net.URL;
import javax.net.ssl.SSLHandshakeException;
import org.apache.commons.net.util.Base64;
public class HttpDownloader extends Downloader {
private static final String TAG = "HttpDownloader";