Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 58ff45c

Browse files
committed
Sort repo strings
1 parent 5ea45b8 commit 58ff45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/fox2code/mmm/repo/RepoManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ public final class RepoManager {
2222
private static final String TAG = "RepoManager";
2323
public static final String MAGISK_ALT_REPO =
2424
"https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/json/main/modules.json";
25+
public static final String MAGISK_ALT_REPO_HOMEPAGE =
26+
"https://github.com/Magisk-Modules-Alt-Repo";
2527
public static final String MAGISK_ALT_REPO_JSDELIVR =
2628
"https://cdn.jsdelivr.net/gh/Magisk-Modules-Alt-Repo/json@main/modules.json";
29+
2730
public static final String ANDROIDACY_MAGISK_REPO_ENDPOINT =
2831
"https://api.androidacy.com/magisk/repo";
29-
30-
public static final String MAGISK_ALT_REPO_HOMEPAGE =
31-
"https://github.com/Magisk-Modules-Alt-Repo";
3232
public static final String ANDROIDACY_MAGISK_REPO_HOMEPAGE =
3333
"https://www.androidacy.com/modules-repo";
3434

0 commit comments

Comments
 (0)