Disable donates in Google Play while waiting for an appeal
https://github.com/organicmaps/organicmaps/issues/9240#issuecomment-2342973474 Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
983913c1af
commit
9c8fac62f2
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 240817;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 220000;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240815;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue