diff options
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -109,7 +109,6 @@ <plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> <plugin name="cordova-plugin-app-version" spec="^0.1.9" /> - <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> @@ -117,7 +116,7 @@ <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" /> - <plugin name="cordova-plugin-media" spec="git+https://github.com/pliablepixels/cordova-plugin-media.git"> + <plugin name="cordova-plugin-media" spec="https://github.com/pliablepixels/cordova-plugin-media.git"> <variable name="MICROPHONE_USAGE_DESCRIPTION" value=" " /> </plugin> <plugin name="cordova-plugin-photo-library" spec="^1.2.2"> @@ -129,16 +128,16 @@ <plugin name="cordova-plugin-websocket" spec="^0.12.2" /> <plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> <plugin name="cordova-sqlite-storage" spec="^1.5.3" /> - <plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin"> + <plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/pliablepixels/Canvas2ImagePlugin.git"> <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-plugin-email" spec="git+https://github.com/pliablepixels/cordova-email-plugin.git" /> + <plugin name="cordova-plugin-email" spec="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="cordova-plugin-statusbar" spec="git+https://github.com/apache/cordova-plugin-statusbar.git" /> - <plugin name="phonegap-plugin-push" spec="^2.1.3"> + <plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar.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" /> @@ -146,7 +145,7 @@ <plugin name="cordova-plugin-file" spec="^6.0.1" /> <plugin name="cordova-plugin-add-swift-support" spec="^1.7.1" /> <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> - <plugin name="cordova-library-helper" spec="git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git" /> + <plugin name="cordova-library-helper" spec="https://github.com/FlyingDonkeyDev/cordova-library-helper.git" /> <plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> - <plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" /> + <plugin name="cordova-plugin-certificates" spec="https://github.com/hypery2k/cordova-certificate-plugin.git" /> </widget> |
