Update donates for Apple (08) and Google (04).

Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
Viktor Havaka 2024-10-09 20:26:22 -03:00 committed by GitHub
parent 0cb3ff3dc1
commit 30cbe4463c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' &&