new changes
Showing
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
"@ionic-native/geolocation": "^5.19.1", | "@ionic-native/geolocation": "^5.19.1", | ||
"@ionic-native/google-plus": "^5.19.1", | "@ionic-native/google-plus": "^5.19.1", | ||
"@ionic-native/native-geocoder": "^5.19.1", | "@ionic-native/native-geocoder": "^5.19.1", | ||
"@ionic-native/navigation-bar": "^5.21.6", | |||
"@ionic-native/social-sharing": "^5.20.0", | "@ionic-native/social-sharing": "^5.20.0", | ||
"@ionic-native/splash-screen": "^5.19.1", | "@ionic-native/splash-screen": "^5.19.1", | ||
"@ionic-native/status-bar": "^5.19.1", | "@ionic-native/status-bar": "^5.19.1", | ||
... | @@ -40,9 +41,10 @@ | ... | @@ -40,9 +41,10 @@ |
"cordova-plugin-device": "^2.0.3", | "cordova-plugin-device": "^2.0.3", | ||
"cordova-plugin-geolocation": "^4.0.2", | "cordova-plugin-geolocation": "^4.0.2", | ||
"cordova-plugin-googleplus": "^8.4.0", | "cordova-plugin-googleplus": "^8.4.0", | ||
"cordova-plugin-ionic-keyboard": "^2.2.0", | "cordova-plugin-ionic-keyboard": "2.2.0", | ||
"cordova-plugin-ionic-webview": "^4.1.3", | "cordova-plugin-ionic-webview": "^4.1.3", | ||
"cordova-plugin-nativegeocoder": "^3.2.2", | "cordova-plugin-nativegeocoder": "^3.2.2", | ||
"cordova-plugin-navigationbar": "^1.0.31", | |||
"cordova-plugin-splashscreen": "^5.0.3", | "cordova-plugin-splashscreen": "^5.0.3", | ||
"cordova-plugin-statusbar": "^2.4.3", | "cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-whitelist": "^1.3.4", | "cordova-plugin-whitelist": "^1.3.4", | ||
... | @@ -93,7 +95,6 @@ | ... | @@ -93,7 +95,6 @@ |
"cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | }, | ||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-geolocation": { | "cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
}, | }, | ||
... | @@ -107,10 +108,12 @@ | ... | @@ -107,10 +108,12 @@ |
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | ||
}, | }, | ||
"mx.ferreyra.callnumber": {}, | "mx.ferreyra.callnumber": {}, | ||
"call-number": {} | "call-number": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-navigationbar": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment