Update donation links

pull/27/head
Androidacy Service Account 3 years ago committed by GitHub
parent c13ad9daae
commit c63f0b75a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ public class AndroidacyRepoData extends RepoData {
this.defaultName = "Androidacy Modules Repo";
this.defaultWebsite = RepoManager.ANDROIDACY_MAGISK_REPO_HOMEPAGE;
this.defaultSupport = "https://t.me/androidacy_discussions";
this.defaultDonate = "https://patreon.com/androidacy";
this.defaultDonate = "https://www.androidacy.com/membership-join/?utm_source=foxmmm&utm-medium=app&utm_campaign=fox-inapp";
this.defaultSubmitModule = "https://www.androidacy.com/module-repository-applications/";
this.host = testMode ? "staging-api.androidacy.com" : "api.androidacy.com";
this.testMode = testMode;
@ -83,6 +83,7 @@ public class AndroidacyRepoData extends RepoData {
@Override
protected boolean prepare() {
// Implementation details discussed on telegram
// DEPRECATED. Please switch to new implementation before v7 hits production
long time = System.currentTimeMillis();
if (this.androidacyBlockade > time) return false;
this.androidacyBlockade = time + 30_000L;

Loading…
Cancel
Save