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