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