Skip to content

Commit

Permalink
Enable donates for GP android 240729
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Jul 29, 2024
1 parent f7840e6 commit 9fc90d1
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 @@ -125,7 +125,7 @@ export async function getServersList(request: Request) {

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

0 comments on commit 9fc90d1

Please sign in to comment.