diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-18 12:35:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-18 12:35:45 -0400 |
| commit | 5ebbcae9584ea1533d9259bdb56cd1a18a67aa0b (patch) | |
| tree | 8390b2367537a318c41f75106d958e5975164f10 /config.xml | |
| parent | 8060ea345972b67ca6ecae9bfb79a20a5c90ee25 (diff) | |
ver
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -176,10 +176,10 @@ <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> <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> <engine name="android" spec="8.0.0" /> <engine name="ios" spec="^5.0.1" /> + <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> </widget> |
