去掉butterknife
This commit is contained in:
@@ -28,7 +28,7 @@ import okhttp3.Request;
|
||||
import okhttp3.Response;
|
||||
|
||||
public class URLUtils {
|
||||
private static final String TAG = URLUtils.class.getSimpleName();
|
||||
private static final String TAG = "URLUtils";
|
||||
private Context mContext;
|
||||
private HashSet<String> baseURLList = new HashSet<>();
|
||||
private HashSet<String> nohttpURLList = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user