diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-26 14:22:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-26 14:22:55 -0400 |
| commit | 5e226147aa08cbeb4c2cbe71f2158ee0375bff9a (patch) | |
| tree | 55c90989debac6d243d734da3416448dca2504f2 /package.json | |
| parent | 1c76c86d61037233f333ab7ef4e09883f87443c8 (diff) | |
try and fix and monkey patch case when monitors is a string...
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 3ea909e2..9e3e10d6 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,7 @@ "ANDROID_GSON_VERSION": "2.8.6" }, "cordova-plugin-advanced-http": {}, - "cordova-plugin-ionic-webview": { - "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - }, + "cordova-plugin-ionic-webview": {}, "cordova-plugin-media-pp-fork": {} } }, |
