Merge branch 'adarsh' into 'master'
Adarsh
See merge request !20
Showing
GoogleService-Info.plist
0 → 100644
google-services.json
0 → 100644
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| "@angular/router": "~8.1.2", | "@angular/router": "~8.1.2", | ||
| "@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/geolocation": "^5.0.0", | "@ionic-native/geolocation": "^5.0.0", | ||
| "@ionic-native/google-plus": "^5.0.0-beta.0", | |||
| "@ionic-native/native-geocoder": "^5.0.0", | "@ionic-native/native-geocoder": "^5.0.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.12.0", | "@ionic-native/status-bar": "^5.12.0", | ||
| ... | @@ -34,6 +35,7 @@ | ... | @@ -34,6 +35,7 @@ |
| "cordova-android": "^8.0.0", | "cordova-android": "^8.0.0", | ||
| "cordova-plugin-device": "^2.0.2", | "cordova-plugin-device": "^2.0.2", | ||
| "cordova-plugin-geolocation": "4.0.2", | "cordova-plugin-geolocation": "4.0.2", | ||
| "cordova-plugin-googleplus": "^8.1.2", | |||
| "cordova-plugin-ionic-keyboard": "^2.1.3", | "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
| "cordova-plugin-ionic-webview": "^4.1.1", | "cordova-plugin-ionic-webview": "^4.1.1", | ||
| "cordova-plugin-nativegeocoder": "3.2.2", | "cordova-plugin-nativegeocoder": "3.2.2", | ||
| ... | @@ -88,7 +90,10 @@ | ... | @@ -88,7 +90,10 @@ |
| "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
| }, | }, | ||
| "cordova-plugin-nativegeocoder": {}, | "cordova-plugin-nativegeocoder": {}, | ||
| "cordova-sqlite-storage": {} | "cordova-sqlite-storage": {}, | ||
| "cordova-plugin-googleplus": { | |||
| "REVERSED_CLIENT_ID": "com.googleusercontent.apps.949385251610-a6lrfr6uhr73991e38t3t013jj3v56a9" | |||
| } | |||
| }, | }, | ||
| "platforms": [ | "platforms": [ | ||
| "android" | "android" | ||
| ... | ... |
Please
register
or
sign in
to comment