去掉butterknife

This commit is contained in:
2024-08-26 10:37:52 +08:00
parent 6068bd4bb3
commit 84e3fa87fa
63 changed files with 933 additions and 1159 deletions

View File

@@ -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<>();