Enable donates for GP 240919 #85
3 changed files with 4 additions and 838 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
@ -24,9 +24,9 @@ jobs:
|
|||
- name: Dependencies
|
||||
run: npm ci
|
||||
|
||||
# TODO(AB): ESLint dependencies are broken. Replace with a better and less complex linter.
|
||||
# - name: Lint
|
||||
# run: npm run lint:ci
|
||||
# TODO(AB): ESLint dependencies are broken. Replace with a better and less complex linter.
|
||||
# - name: Lint
|
||||
# run: npm run lint:ci
|
||||
|
||||
- name: Format
|
||||
run: npm run format:ci
|
||||
|
|
834
package-lock.json
generated
834
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -128,7 +128,7 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 220000;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 240919;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240908;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue