Merge branch '15-find-the-street-name-by-geo-location-data' into 'master'
Resolve "Find the street name by geo location data" Closes #15 See merge request 92khra1mst/hft_awado_app!8
This diff is collapsed.
... | ... | @@ -21,12 +21,15 @@ |
"@angular/router": "~8.1.2", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/geolocation": "^5.17.0", | ||
"@ionic-native/native-geocoder": "^5.17.1", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.7.1", | ||
"@ionic/storage": "^2.2.0", | ||
"cordova-android": "8.1.0", | ||
"cordova-browser": "^6.0.0", | ||
"cordova-plugin-geolocation": "^4.0.2", | ||
"cordova-plugin-nativegeocoder": "^3.2.2", | ||
"cordova-sqlite-storage": "^3.4.0", | ||
"core-js": "^2.5.4", | ||
"rxjs": "~6.5.1", | ||
... | ... | @@ -77,10 +80,12 @@ |
}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-geolocation": {}, | ||
"cordova-sqlite-storage": {} | ||
"cordova-sqlite-storage": {}, | ||
"cordova-plugin-nativegeocoder": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
"android", | ||
"browser" | ||
] | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment