diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-25 13:00:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-25 13:00:26 -0500 |
| commit | faabddfe5d1e6e5c6acba52694d39dd4190b9aa7 (patch) | |
| tree | ef08cf2399923c63da08d0e14c04b279bff87581 | |
| parent | 30726c41cea20fb6a8d6dce8bfb64a6966025871 (diff) | |
nits
| -rw-r--r-- | config.xml | 2 | ||||
| -rwxr-xr-x | www/js/app.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ <param name="ios-package" onload="true" value="CDVStatusBar" /> </feature> <platform name="ios"> - <resource-file src="GoogleService-Info.plist" /> + <resource-file src="GoogleService-Info.plist" /> <config-file parent="NSPhotoLibraryAddUsageDescription" platform="ios" target="*-Info.plist"> <string>Store photos of events and live feeds</string> </config-file> diff --git a/www/js/app.js b/www/js/app.js index 0bca8099..15c6aeab 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -41,7 +41,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work recommendedAppVersion: '1.29', - minEventServerVersion: '0.9', + minEventServerVersion: '0.95', castAppId: 'BA30FB4C', alarmFlashTimer: 20000, // time to flash alarm gcmSenderId: '710936220256', |
