From ae252df11e3d35cd343bf97db2fa5c47ea31e753 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 30 Jun 2019 20:13:56 -0400 Subject: 1.3.065 --- config.xml | 4 +--- package.json | 10 ++++------ www/js/NVR.js | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/config.xml b/config.xml index 9aa14e8a..f1ce5cc0 100644 --- a/config.xml +++ b/config.xml @@ -172,10 +172,8 @@ - - - + diff --git a/package.json b/package.json index 68a6cd92..9ea73e13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.3.063", + "version": "1.3.065", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -56,10 +56,8 @@ "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums " }, - "cordova-plugin-ionic-webview": { - "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - }, - "cordova-plugin-media-pp-fork": {} + "cordova-plugin-media-pp-fork": {}, + "cordova-plugin-certificates-pp-fork": {} } }, "dependencies": { @@ -74,6 +72,7 @@ "cordova-plugin-android-fingerprint-auth": "^1.5.0", "cordova-plugin-android-permissions": "^1.0.0", "cordova-plugin-app-version": "^0.1.9", + "cordova-plugin-certificates-pp-fork": "^0.9.1", "cordova-plugin-cloud-settings": "^1.0.4", "cordova-plugin-customurlscheme": "^4.4.0", "cordova-plugin-device": "^2.0.2", @@ -84,7 +83,6 @@ "cordova-plugin-inappbrowser": "^1.7.2", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.1.3", - "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", "cordova-plugin-network-information": "^2.0.1", diff --git a/www/js/NVR.js b/www/js/NVR.js index d5ca5108..7ff298dc 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -20,7 +20,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.063"; + var zmAppVersion = "1.3.065"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; -- cgit v1.2.3