tum 4 anni fa
parent
commit
e0cfb92798
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 0
      angular.json
  2. 2 3
      package.json

+ 1 - 0
angular.json

171
     }
171
     }
172
   },
172
   },
173
   "cli": {
173
   "cli": {
174
+    "analytics": false,
174
     "defaultCollection": "@ionic/angular-toolkit"
175
     "defaultCollection": "@ionic/angular-toolkit"
175
   },
176
   },
176
   "schematics": {
177
   "schematics": {

+ 2 - 3
package.json

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