diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2019-03-10 17:54:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-10 17:54:05 -0400 |
| commit | 11cb0130fe95391805e07468191f40f10b7326d2 (patch) | |
| tree | 47c4dbacbd3c32ba2c3d5ec9849e618c3e7632f5 /config.xml | |
| parent | 05361719849c59d9e0a964b83d42696c783aacc7 (diff) | |
| parent | 7c173fff14dd7278a79735a73ecfd71db4814fd5 (diff) | |
Merge pull request #790 from pliablepixels/appium
Appium
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -173,10 +173,10 @@ </plugin> <plugin name="cordova-custom-config" spec="5.0.2" /> <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" /> - <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="7.1.4" /> <engine name="ios" spec="5.0.0" /> + <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> |
