From a722a77ead852272a087c79cfacdf1ecdf3ef7de Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Tue, 28 Nov 2017 14:49:41 +0900 Subject: [PATCH] updated cordova config and node packages --- app-template/config-template.xml | 35 +++++++++++++++++++----------- app-template/package-template.json | 4 ++-- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/app-template/config-template.xml b/app-template/config-template.xml index e5fcf39dc..1b9c88969 100644 --- a/app-template/config-template.xml +++ b/app-template/config-template.xml @@ -40,21 +40,21 @@ - - - - - - + + + + + + - - - + + + - - + + @@ -73,8 +73,8 @@ - - + + @@ -110,6 +110,15 @@ + + + + + + + + + diff --git a/app-template/package-template.json b/app-template/package-template.json index 0399f45d9..12955d785 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -58,7 +58,6 @@ "bitauth": "^0.2.1", "bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git", "bower": "^1.7.9", - "cordova-android": "5.1.1", "cordova-custom-config": "^3.0.5", "cordova-plugin-qrscanner": "^2.5.0", "coveralls": "^2.11.9", @@ -77,7 +76,8 @@ "grunt-nw-builder": "^2.0.3", "grunt-sass": "^1.2.0", "load-grunt-tasks": "^3.5.0", - "shelljs": "^0.3.0" + "shelljs": "^0.3.0", + "android-versions": "^1.2.1" }, "scripts": { "postinstall": "bower install",