Enable donates for iOS 240908
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
9c8fac62f2
commit
37b706fa51
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export async function getServersList(request: Request) {
|
|||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 220000;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240815;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240908;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue