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

Commit a85920e

Browse files
committed
Fix own repo
1 parent 58ff45c commit a85920e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private RepoManager(MainApplication mainApplication) {
6868
this.modules = new HashMap<>();
6969
// We do not have repo list config yet.
7070
this.addRepoData(MAGISK_ALT_REPO);
71+
this.addRepoData(DG_MAGISK_REPO);
7172
this.androidacyRepoData =
7273
this.addAndroidacyRepoData();
7374
// Populate default cache

0 commit comments

Comments
 (0)