summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-04-30 16:06:47 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-04-30 16:06:47 -0400
commit9891cd1db9ab8dec88a164eb5584fadcb0894ce0 (patch)
tree17ecd6b862ba734442e872ecf11b5893803fe4eb /config.xml
parent50c2a8ab5276c72b7f17f60a069eedb1391f692a (diff)
add ability to select/deselect all monitors in montage reorder
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index 0264ff0e..fad7f264 100644
--- a/config.xml
+++ b/config.xml
@@ -186,6 +186,9 @@
<plugin name="cordova-plugin-app-version" spec="0.1.9" />
<plugin name="cordova-plugin-inappbrowser" spec="https://github.com/apache/cordova-plugin-inappbrowser.git" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.4-dev" />
+ <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.1.1" />