Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import de.robv.android.xposed.installer.util.DownloadsUtil.SyncDownloadInfo;

public class RepoLoader extends OnlineLoader<RepoLoader> {
private static final String DEFAULT_REPOSITORIES = "http://dl.xposed.info/repo/full.xml.gz";
private static final String DEFAULT_REPOSITORIES = "https://dl-xda.xposed.info/repo/full.xml.gz";
private static RepoLoader mInstance = null;
private static final XposedApp sApp = XposedApp.getInstance();
private final Map<String, ReleaseType> mLocalReleaseTypesCache = new HashMap<>();
Expand Down