MOBILE-3213 lang: Fix minimum version type

main
Pau Ferrer Ocaña 2019-12-10 15:11:20 +01:00
parent 0941ba9008
commit 0824045e9a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ export class CoreSite {
3.6: 2018120300,
3.7: 2019052000
};
static MINIMUM_MOODLE_VERSION = 3.1;
static MINIMUM_MOODLE_VERSION = '3.1';
// Possible cache update frequencies.
protected UPDATE_FREQUENCIES = [