Merge branch 'adarsh' into 'master'
Adarsh
See merge request !84
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -29,6 +29,7 @@ |
"@ionic-native/google-plus": "^5.19.1", | ||
"@ionic-native/keyboard": "^5.21.6", | ||
"@ionic-native/native-geocoder": "^5.19.1", | ||
"@ionic-native/navigation-bar": "^5.21.6", | ||
"@ionic-native/social-sharing": "^5.20.0", | ||
"@ionic-native/splash-screen": "^5.19.1", | ||
"@ionic-native/status-bar": "^5.19.1", | ||
... | ... | @@ -37,22 +38,25 @@ |
"@types/googlemaps": "^3.39.2", | ||
"agm-direction": "^0.7.9", | ||
"call-number": "^1.0.1", | ||
"cordova-android": "7.1.4", | ||
"cordova-android": "^8.1.0", | ||
"cordova-plugin-device": "^2.0.3", | ||
"cordova-plugin-geolocation": "^4.0.2", | ||
"cordova-plugin-googleplus": "^8.4.0", | ||
"cordova-plugin-ionic-keyboard": "2.2.0", | ||
"cordova-plugin-ionic-webview": "^4.1.3", | ||
"cordova-plugin-nativegeocoder": "^3.2.2", | ||
"cordova-plugin-navigationbar": "^1.0.31", | ||
"cordova-plugin-splashscreen": "^5.0.3", | ||
"cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-socialsharing": "^5.6.4", | ||
"cordova-sqlite-storage": "^3.4.1", | ||
"core-js": "^2.6.11", | ||
"elementtree": "^0.1.7", | ||
"es6-promise-plugin": "^4.2.2", | ||
"firebase": "^6.6.2", | ||
"firebase": "^7.6.1", | ||
"mx.ferreyra.callnumber": "0.0.2", | ||
"properties-parser": "^0.3.1", | ||
"rxjs": "^6.5.4", | ||
"rxjs-compat": "^6.5.4", | ||
"tslib": "^1.9.0", | ||
... | ... | @@ -108,10 +112,11 @@ |
}, | ||
"mx.ferreyra.callnumber": {}, | ||
"call-number": {}, | ||
"cordova-plugin-ionic-keyboard": {} | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-navigationbar": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
] | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please
register
or
sign in
to comment