summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml5
-rw-r--r--package.json5
2 files changed, 4 insertions, 6 deletions
diff --git a/config.xml b/config.xml
index da59a6a4..89d55cdd 100644
--- a/config.xml
+++ b/config.xml
@@ -174,11 +174,10 @@
<plugin name="cordova-plugin-photo-library" spec="https://github.com/pliablepixels/cordova-plugin-photo-library">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
- <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
<plugin name="cordova-plugin-inappbrowser" spec="3.2.0" />
- <engine name="android" spec="8.0.0" />
- <engine name="ios" spec="^5.0.1" />
<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>
+ <engine name="android" spec="8.0.0" />
+ <engine name="ios" spec="^5.0.1" />
</widget>
diff --git a/package.json b/package.json
index 07778fa3..7516ba6e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.087",
+ "version":"1.3.087",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -57,7 +57,6 @@
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums"
},
- "cordova-plugin-media-pp-fork": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
@@ -214,4 +213,4 @@
]
}
}
-} \ No newline at end of file
+}