Skip to content

Commit

Permalink
Enable donations for Android hotfix 240723
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Jul 25, 2024
1 parent 6bafd05 commit 265f65c
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 @@ -124,7 +124,7 @@ export async function getServersList(request: Request) {
};

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

0 comments on commit 265f65c

Please sign in to comment.