diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-30 16:06:47 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-30 16:06:47 -0400 |
| commit | 9891cd1db9ab8dec88a164eb5584fadcb0894ce0 (patch) | |
| tree | 17ecd6b862ba734442e872ecf11b5893803fe4eb /config.xml | |
| parent | 50c2a8ab5276c72b7f17f60a069eedb1391f692a (diff) | |
add ability to select/deselect all monitors in montage reorder
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" /> |
