Compare commits
6 commits
vng-patch-
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
882b7a7cec | ||
18c36b18d2 | |||
|
7c48e43fc4 | ||
|
7c92fc3ce6 | ||
71c8217bb8 | |||
|
fc751e37aa |
1 changed files with 4 additions and 2 deletions
|
@ -48,6 +48,8 @@ export const DATA_VERSIONS = [
|
|||
241107,
|
||||
241122,
|
||||
250121,
|
||||
250213,
|
||||
250227,
|
||||
];
|
||||
|
||||
const kUnlimited = 99999;
|
||||
|
@ -199,8 +201,8 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250127;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250303;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue