Enable donates for Google Play (241127)
Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
parent
a269f44aa4
commit
4b8c381c33
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241112;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 241127;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue