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

Commit c8f0b55

Browse files
committed
Add DG-Repo internal reference.
1 parent 45fd0d9 commit c8f0b55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ public final class RepoManager {
3232
public static final String ANDROIDACY_MAGISK_REPO_HOMEPAGE =
3333
"https://www.androidacy.com/modules-repo";
3434

35+
public static final String DG_MAGISK_REPO =
36+
"https://repo.dergoogler.com/modules.json";
3537

3638
private static final Object lock = new Object();
3739
private static volatile RepoManager INSTANCE;
@@ -238,6 +240,8 @@ public static String internalIdOfUrl(String url) {
238240
return "magisk_alt_repo";
239241
case ANDROIDACY_MAGISK_REPO_ENDPOINT:
240242
return "androidacy_repo";
243+
case DG_MAGISK_REPO:
244+
return "dg_magisk_repo";
241245
default:
242246
return "repo_" + Hashes.hashSha1(
243247
url.getBytes(StandardCharsets.UTF_8));

0 commit comments

Comments
 (0)