Fix memory check

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
2019-03-28 14:54:42 -03:00
parent 7e7063d71d
commit 408bf02b89
3 changed files with 5 additions and 5 deletions

View File

@@ -21,8 +21,8 @@
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android",
"browser"
"browser",
"android"
]
}
}
}