Skip to content

Commit

Permalink
Merge pull request #4120 from crazyserver/MOBILE-4616
Browse files Browse the repository at this point in the history
Mobile 4616
  • Loading branch information
dpalou authored Jul 10, 2024
2 parents 3d53969 + ce613e8 commit a842065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cat circular-dependencies
lines=$(cat circular-dependencies | wc -l)
echo "Total circular dependencies: $lines"
test $lines -le 212
test $lines -le 185
- name: JavaScript code compatibility
run: |
npx check-es-compat www/*.js --polyfills="\{Array,String,TypedArray\}.prototype.at,Object.hasOwn"
Expand Down
4 changes: 2 additions & 2 deletions moodle.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app_id": "com.moodle.moodlemobile",
"appname": "Moodle Mobile",
"versioncode": 44100,
"versionname": "4.4.1",
"versioncode": 45000,
"versionname": "4.5.0",
"cache_update_frequency_usually": 420000,
"cache_update_frequency_often": 1200000,
"cache_update_frequency_sometimes": 3600000,
Expand Down

0 comments on commit a842065

Please sign in to comment.