|
|
@@ -26,6 +26,7 @@
|
|
26
|
26
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
27
|
27
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
|
28
|
28
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
29
|
+ "@ionic-native/core": "^5.36.0",
|
|
29
|
30
|
"@ionic-native/geolocation": "^5.36.0",
|
|
30
|
31
|
"@ionic-native/http": "^5.36.0",
|
|
31
|
32
|
"@ionic-native/native-geocoder": "^5.36.0",
|
|
|
@@ -87,9 +88,7 @@
|
|
87
|
88
|
"cordova-plugin-splashscreen": {},
|
|
88
|
89
|
"cordova-plugin-ionic-webview": {},
|
|
89
|
90
|
"cordova-plugin-ionic-keyboard": {},
|
|
90
|
|
- "cordova-plugin-geolocation": {
|
|
91
|
|
- "GPS_REQUIRED": "true"
|
|
92
|
|
- },
|
|
|
91
|
+ "cordova-plugin-geolocation": {},
|
|
93
|
92
|
"cordova-plugin-nativegeocoder": {
|
|
94
|
93
|
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
|
|
95
|
94
|
}
|