Update cordova build

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
2019-03-09 14:12:15 -03:00
parent 27c42a55c8
commit a090519a7a
32 changed files with 1104 additions and 436 deletions

View File

@@ -10,9 +10,11 @@
"author": "Chris Cromer",
"license": "BSD3",
"dependencies": {
"cordova-android": "^7.1.1",
"cordova-android": "^7.1.4",
"cordova-browser": "^5.0.4",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3"
"cordova-plugin-whitelist": "^1.3.3",
"ubuntu": "^2.0.0"
},
"cordova": {
"plugins": {
@@ -20,7 +22,8 @@
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android"
"android",
"browser"
]
}
}
}