Update to new android cordova build

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
2019-04-09 20:33:36 -04:00
parent 408bf02b89
commit 179caec389
414 changed files with 2292 additions and 69850 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "jvon-mobile",
"displayName": "JVON Movil",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simulador de lenguaje basado en la arquitectura de John von Nuemann.",
"main": "index.js",
"scripts": {
@@ -10,8 +10,7 @@
"author": "Chris Cromer",
"license": "BSD3",
"dependencies": {
"cordova-android": "^7.1.4",
"cordova-browser": "^5.0.4",
"cordova-android": "^8.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3"
},
@@ -21,7 +20,6 @@
"cordova-plugin-splashscreen": {}
},
"platforms": [
"browser",
"android"
]
}