summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-02-23 16:49:09 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-02-23 16:49:09 -0500
commit2ee1fa1581db8fdbe0c9ba954c13cfda9d41a6c3 (patch)
tree4c42ea53f2e565c9cb5fff423fdf97d2ac086f6d /config.xml
parent67de8d1520dc8f70977dc1e4e2775d71e58916e4 (diff)
#897 make sure scrub bar doesn't get too close to iphoneX home bar
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index 609e98b0..dddaac4e 100644
--- a/config.xml
+++ b/config.xml
@@ -175,9 +175,9 @@
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-inappbrowser" spec="3.2.0" />
- <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>
+ <engine name="android" spec="8.0.0" />
+ <engine name="ios" spec="^5.0.1" />
</widget>