diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-09 17:12:51 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-09 17:12:51 -0400 |
| commit | 92aafb977cf34b061c03929cadc6a9d0e44a1555 (patch) | |
| tree | 603e1e7ecdfc8e5c5bda6cb0e16e8c4dfd4658a1 /config.xml | |
| parent | 5025c833575f0797498aedd13388fd999c0598dc (diff) | |
reset packery positions when changing groups
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" /> |
