summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml29
1 files changed, 18 insertions, 11 deletions
diff --git a/config.xml b/config.xml
index 36ebef5d..c05e2874 100644
--- a/config.xml
+++ b/config.xml
@@ -77,6 +77,7 @@
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
</platform>
<platform name="android">
+ <resource-file src="build-extras.gradle" target="build-extras.gradle" />
<resource-file src="google-services.json" target="google-services.json" />
<preference name="android-manifest/@android:installLocation" value="auto" />
<preference name="loadUrlTimeoutValue" value="700000" />
@@ -107,17 +108,13 @@
<plugin name="cordova-library-helper" spec="^1.0.4">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Save media to your Camera Roll" />
</plugin>
- <plugin name="cordova-plugin-add-swift-support" spec="^1.7.0" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
- <plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
<variable name="URL_SCHEME" value="zmninja" />
</plugin>
- <plugin name="cordova-plugin-device" spec="^1.1.6" />
- <plugin name="cordova-plugin-file" spec="^4.3.3" />
- <plugin name="cordova-plugin-file-transfer" spec="^1.6.3" />
+ <plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
<plugin name="cordova-plugin-globalization" spec="^1.0.7" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
<plugin name="cordova-plugin-insomnia" spec="^4.3.0" />
@@ -125,7 +122,6 @@
<plugin name="cordova-plugin-media" spec="git+https://github.com/pliablepixels/cordova-plugin-media.git">
<variable name="MICROPHONE_USAGE_DESCRIPTION" value=" " />
</plugin>
- <plugin name="cordova-plugin-network-information" spec="^1.3.3" />
<plugin name="cordova-plugin-photo-library" spec="^1.2.2">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="images to gallery" />
</plugin>
@@ -140,14 +136,25 @@
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" />
- <plugin name="cordova-custom-config" spec="^4.0.2" />
+ <plugin name="cordova-custom-config" spec="~4.0.2" />
<plugin name="cordova.plugins.diagnostic" spec="^3.7.1" />
<plugin name="cordova-plugin-email" spec="git+https://github.com/pliablepixels/cordova-email-plugin.git" />
<plugin name="cordova-plugin-touch-id" spec="^3.2.0" />
<plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.0" />
- <plugin name="phonegap-plugin-push" spec="^2.1.1">
- <variable name="FCM_VERSION" value="11.0.1" />
- </plugin>
<plugin name="cordova-plugin-statusbar" spec="git+https://github.com/apache/cordova-plugin-statusbar.git" />
- <plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" />
+ <plugin name="phonegap-plugin-push" spec="^2.1.3">
+ <variable name="FCM_VERSION" value="11.6.2" />
+ </plugin>
+ <plugin name="cordova-plugin-network-information" spec="^2.0.1" />
+ <plugin name="cordova-plugin-device" spec="^2.0.1" />
+ <plugin name="cordova-plugin-file" spec="^6.0.1" />
+ <plugin name="cordova-plugin-add-swift-support" spec="^1.7.1" />
+ <plugin name="cordova-plugin-crosswalk-certificate" spec="git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git" />
+ <plugin name="cordova-plugin-crosswalk-webview" spec="^2.2.0">
+ <variable name="XWALK_MODE" value="lite" />
+ <variable name="XWALK_VERSION" value="17.46.459.1" />
+ <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
+ <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
+ <variable name="XWALK_MULTIPLEAPK" value="true" />
+ </plugin>
</widget>