Skip to content

Commit

Permalink
Disable donates in Google Play while waiting for an appeal
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsisyk authored Sep 11, 2024
1 parent 983913c commit 9c8fac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export async function getServersList(request: Request) {
};

// Disable donates for reviewers for all app versions AFTER this one.
const lastApprovedAndReleasedGoogleAppVersionCode = 240817;
const lastApprovedAndReleasedGoogleAppVersionCode = 220000;
const lastApprovedAndReleasediOSAppVersionCode = 240815;
let donatesEnabled = true;
if (
Expand Down

0 comments on commit 9c8fac6

Please sign in to comment.