diff options
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -163,10 +163,6 @@ <plugin name="cordova-plugin-x-socialsharing" spec="^5.4.3"> <variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.1+" /> </plugin> - <plugin name="phonegap-plugin-push" spec="~2.2.3"> - <variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" /> - <variable name="FCM_VERSION" value="11.6.2" /> - </plugin> <plugin name="cordova-custom-config" spec="5.0.2" /> <plugin name="cordova-plugin-advanced-http" spec="git+https://github.com/silkimen/cordova-plugin-advanced-http.git" /> <plugin name="cordova-plugin-advanced-websocket" spec="1.1.5" /> @@ -175,6 +171,11 @@ <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> <plugin name="cordova-plugin-inappbrowser" spec="3.2.0" /> + <plugin name="cordova-support-google-services" spec="1.3.2" /> + <plugin name="phonegap-plugin-push" spec="2.3.0"> + <variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" /> + <variable name="FCM_VERSION" value="17.0.+" /> + </plugin> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> |
