Merge branch 'alen' into 'master'
jun7
See merge request !4
Showing
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
"@ionic-native/geolocation": "^4.7.0", | "@ionic-native/geolocation": "^4.7.0", | ||
"@ionic-native/google-plus": "^4.7.0", | "@ionic-native/google-plus": "^4.7.0", | ||
"@ionic-native/location-accuracy": "^4.7.0", | "@ionic-native/location-accuracy": "^4.7.0", | ||
"@ionic-native/network": "^4.7.0", | |||
"@ionic-native/splash-screen": "3.12.1", | "@ionic-native/splash-screen": "3.12.1", | ||
"@ionic-native/status-bar": "3.12.1", | "@ionic-native/status-bar": "3.12.1", | ||
"@ionic-native/toast": "^4.7.0", | "@ionic-native/toast": "^4.7.0", | ||
... | @@ -37,6 +38,7 @@ | ... | @@ -37,6 +38,7 @@ |
"cordova-plugin-facebook4": "^1.9.1", | "cordova-plugin-facebook4": "^1.9.1", | ||
"cordova-plugin-geolocation": "^4.0.1", | "cordova-plugin-geolocation": "^4.0.1", | ||
"cordova-plugin-googleplus": "^5.3.0", | "cordova-plugin-googleplus": "^5.3.0", | ||
"cordova-plugin-network-information": "^2.0.1", | |||
"cordova-plugin-request-location-accuracy": "^2.2.3", | "cordova-plugin-request-location-accuracy": "^2.2.3", | ||
"cordova-plugin-splashscreen": "^4.0.3", | "cordova-plugin-splashscreen": "^4.0.3", | ||
"cordova-plugin-statusbar": "^2.2.2", | "cordova-plugin-statusbar": "^2.2.2", | ||
... | @@ -75,7 +77,8 @@ | ... | @@ -75,7 +77,8 @@ |
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
}, | }, | ||
"cordova-plugin-datepicker": {}, | "cordova-plugin-datepicker": {}, | ||
"cordova-plugin-request-location-accuracy": {} | "cordova-plugin-request-location-accuracy": {}, | ||
"cordova-plugin-network-information": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
... | ... |
Please
register
or
sign in
to comment