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

Commit c63f0b7

Browse files
Update donation links
1 parent c13ad9d commit c63f0b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/fox2code/mmm/androidacy/AndroidacyRepoData.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public AndroidacyRepoData(File cacheRoot, SharedPreferences cachedPreferences,
5858
this.defaultName = "Androidacy Modules Repo";
5959
this.defaultWebsite = RepoManager.ANDROIDACY_MAGISK_REPO_HOMEPAGE;
6060
this.defaultSupport = "https://t.me/androidacy_discussions";
61-
this.defaultDonate = "https://patreon.com/androidacy";
61+
this.defaultDonate = "https://www.androidacy.com/membership-join/?utm_source=foxmmm&utm-medium=app&utm_campaign=fox-inapp";
6262
this.defaultSubmitModule = "https://www.androidacy.com/module-repository-applications/";
6363
this.host = testMode ? "staging-api.androidacy.com" : "api.androidacy.com";
6464
this.testMode = testMode;
@@ -83,6 +83,7 @@ private static String getCookies() {
8383
@Override
8484
protected boolean prepare() {
8585
// Implementation details discussed on telegram
86+
// DEPRECATED. Please switch to new implementation before v7 hits production
8687
long time = System.currentTimeMillis();
8788
if (this.androidacyBlockade > time) return false;
8889
this.androidacyBlockade = time + 30_000L;

0 commit comments

Comments
 (0)