|
1 | | -Android (tested April 2019) |
| 1 | +Android (tested October 2020) |
2 | 2 | ----------------------------- |
3 | | -cordova version 7.1.0 |
4 | | -cordova platform version android@6.4.0 |
| 3 | +cordova version 9.0.0 |
| 4 | +cordova platform version android@8.1.0 |
5 | 5 | cordova-plugin-inappbrowser custom version from plugin_mods folder |
6 | 6 | org.apache.cordova.speech.speechrecognition custom version from plugin_mods folder |
7 | 7 |
|
8 | 8 | "dependencies": { |
9 | | - "com-darryncampbell-cordova-plugin-intent": "^1.1.6", |
10 | | - "cordova-android": "^6.4.0", |
11 | | - "cordova-android-support-gradle-release": "^3.0.0", |
12 | | - "cordova-custom-config": "^5.1.0", |
13 | | - "cordova-plugin-badge": "^0.8.8", |
14 | | - "cordova-plugin-ble": "^2.0.1", |
15 | | - "cordova-plugin-cache-clear": "^1.3.8", |
16 | | - "cordova-plugin-compat": "^1.2.0", |
17 | | - "cordova-plugin-device": "^2.0.2", |
18 | | - "cordova-plugin-eddystone": "^1.3.0", |
19 | | - "cordova-plugin-file": "^6.0.1", |
20 | | - "cordova-plugin-geolocation": "^4.0.1", |
21 | | - "cordova-plugin-inappbrowser": "^3.0.0", |
22 | | - "cordova-plugin-insomnia": "git+https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", |
23 | | - "cordova-plugin-local-notification": "^0.9.0-beta.2", |
24 | | - "cordova-plugin-nativestorage": "^2.3.2", |
25 | | - "cordova-plugin-navigationbar-color": "0.0.8", |
26 | | - "cordova-plugin-splashscreen": "^5.0.2", |
27 | | - "cordova-plugin-statusbar": "^2.4.2", |
28 | | - "cordova-plugin-tts": "^0.2.3", |
29 | | - "cordova-plugin-whitelist": "^1.3.3", |
30 | | - "cordova-universal-links-plugin": "^1.2.1", |
31 | | - "es6-promise-plugin": "^4.2.2", |
32 | | - "phonegap-plugin-media-stream": "^1.2.1", |
33 | | - "speechrecognition": "file:plugin_mods\\speechrecognition\\org.apache.cordova.speech.speechrecognition", |
34 | | - "org.apache.cordova.speech.speechrecognition": "plugin_mods/speechrecognition/org.apache.cordova.speech.speechrecognition" |
| 9 | + "com-darryncampbell-cordova-plugin-intent": "^2.0.0", |
| 10 | + "cordova-android": "^8.1.0", |
| 11 | + "cordova-android-support-gradle-release": "^3.0.1", |
| 12 | + "cordova-custom-config": "^5.1.0", |
| 13 | + "cordova-plugin-badge": "^0.8.8", |
| 14 | + "cordova-plugin-ble": "^2.0.1", |
| 15 | + "cordova-plugin-cache-clear": "^1.3.8", |
| 16 | + "cordova-plugin-compat": "^1.2.0", |
| 17 | + "cordova-plugin-device": "^2.0.3", |
| 18 | + "cordova-plugin-eddystone": "^1.3.0", |
| 19 | + "cordova-plugin-file": "^6.0.2", |
| 20 | + "cordova-plugin-geolocation": "^4.0.2", |
| 21 | + "cordova-plugin-inappbrowser": "^4.0.0", |
| 22 | + "cordova-plugin-insomnia": "git+https://github.com/tombolaltd/cordova-plugin-insomnia.git", |
| 23 | + "cordova-plugin-local-notification": "git+https://github.com/timkellypa/cordova-plugin-local-notifications.git", |
| 24 | + "cordova-plugin-nativestorage": "^2.3.2", |
| 25 | + "cordova-plugin-navigationbar-color": "0.0.9", |
| 26 | + "cordova-plugin-splashscreen": "^5.0.4", |
| 27 | + "cordova-plugin-statusbar": "^2.4.3", |
| 28 | + "cordova-plugin-tts": "^0.2.3", |
| 29 | + "cordova-plugin-whitelist": "^1.3.4", |
| 30 | + "cordova-universal-links-plugin": "git+https://github.com/sepia-assistant/cordova-universal-links-plugin.git", |
| 31 | + "es6-promise-plugin": "^4.2.2", |
| 32 | + "phonegap-plugin-media-stream": "^1.2.1", |
| 33 | + "speechrecognition": "file:plugin_mods/speechrecognition/org.apache.cordova.speech.speechrecognition" |
35 | 34 | } |
0 commit comments