From e9fff588aca4a2bb8be86a07ea83af33e969de7b Mon Sep 17 00:00:00 2001 From: Paul Nagle Date: Thu, 22 Dec 2022 16:18:26 +0000 Subject: [PATCH] android version number weirdness --- config.xml | 2 +- package-lock.json | 30 +++++++++--------------------- package.json | 8 +++----- 3 files changed, 13 insertions(+), 27 deletions(-) diff --git a/config.xml b/config.xml index fa23263..7d709ab 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + NA Ireland NA Ireland NA Ireland diff --git a/package-lock.json b/package-lock.json index 7b30b98..a153d95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.0.5", "cordova-plugin-ionic-webview": "^5.0.0", - "cordova-plugin-splashscreen": "^6.0.2", + "cordova-plugin-splashscreen": "^1.0.0", "cordova-plugin-statusbar": "^3.0.0", "eslint": "^7.6.0", "eslint-plugin-import": "2.22.1", @@ -7851,28 +7851,16 @@ } }, "node_modules/cordova-plugin-splashscreen": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-6.0.2.tgz", - "integrity": "sha512-7JiUfnInir+SCOEgTJ+5/cHF3UFl69jp6cAQfHtJaaQt9Pli8D8yTJjU0HGlJCvryvsVs4Xlc7/sEJM7vLJgvg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-1.0.0.tgz", + "integrity": "sha512-/EqJIwXFfg4xcdeVwPExJ/K8DYWfTa58rCetwxU/c5f0F6by9uodWgHutUpZX4YsjCy9QIX2DeKPAdYEeR4v6w==", "dev": true, - "engines": { - "cordovaDependencies": { - ">=4.0.0": { - "cordova-android": ">=3.6.0", - "cordova-windows": ">=4.4.0" - }, - "2.0.0": { - "cordova-android": ">=3.6.0" - }, - "6.0.2": { - "cordova-android": ">=3.6.0 <11.0.0", - "cordova-windows": ">=4.4.0" - }, - "7.0.0": { - "cordova": ">100" - } + "engines": [ + { + "name": "cordova-android", + "version": ">=3.6.0" } - } + ] }, "node_modules/cordova-plugin-statusbar": { "version": "3.0.0", diff --git a/package.json b/package.json index a8a51b1..77843bf 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.0.5", "cordova-plugin-ionic-webview": "^5.0.0", - "cordova-plugin-splashscreen": "^6.0.2", + "cordova-plugin-splashscreen": "^1.0.0", "cordova-plugin-statusbar": "^3.0.0", "eslint": "^7.6.0", "eslint-plugin-import": "2.22.1", @@ -94,7 +94,7 @@ "plugins": { "cordova-plugin-device": {}, "cordova-plugin-ionic-keyboard": {}, - "cordova-plugin-splashscreen": {}, + "org.apache.cordova.splashscreen": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-googlemaps": {}, "com-badrit-base64": {}, @@ -107,8 +107,6 @@ "cordova-plugin-androidx": {}, "cordova-plugin-androidx-adapter": {} }, - "platforms": [ - "android" - ] + "platforms": [] } } \ No newline at end of file