Skip to content

Commit

Permalink
Update donates for Apple (08) and Google (04).
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Havaka <[email protected]>
  • Loading branch information
vng authored Oct 9, 2024
1 parent 0cb3ff3 commit 30cbe44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ export async function getServersList(request: Request) {
};

// Disable donates for reviewers for all app versions AFTER this one.
const lastApprovedAndReleasedGoogleAppVersionCode = 240919;
const lastApprovedAndReleasediOSAppVersionCode = 241004;
const lastApprovedAndReleasedGoogleAppVersionCode = 241004;
const lastApprovedAndReleasediOSAppVersionCode = 241008;
let donatesEnabled = true;
if (
appVersion.flavor === 'google' &&
Expand Down

0 comments on commit 30cbe44

Please sign in to comment.