summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml6
-rw-r--r--package.json10
2 files changed, 8 insertions, 8 deletions
diff --git a/config.xml b/config.xml
index f31594ca..716292fd 100644
--- a/config.xml
+++ b/config.xml
@@ -176,10 +176,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" />
- <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>
+ <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
+ <engine name="android" spec="8.0.0" />
+ <engine name="ios" spec="^5.0.1" />
</widget>
diff --git a/package.json b/package.json
index 318f2569..1d1291b0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.082",
+ "version":"1.3.082",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -58,13 +58,14 @@
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums"
},
- "cordova-plugin-media-pp-fork": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- }
+ },
+ "cordova-plugin-media-pp-fork": {}
}
},
"dependencies": {
+ "app-builder-lib": "^22.1.0",
"clivas": "^0.2.0",
"cordova-android": "8.0.0",
"cordova-custom-config": "^5.1.0",
@@ -115,7 +116,6 @@
"@ionic/v1-toolkit": "^1.0.14",
"bower": "^1.8.4",
"electron": "^3.1.3",
- "electron-builder": "^21.2.0",
"electron-cli": "^0.2.8",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
@@ -191,4 +191,4 @@
]
}
}
-} \ No newline at end of file
+}