Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 1.16 KB | None | 0 0
  1. clone = [
  2.     appName:        'Camera Viewer',
  3.     applicationId:  'com.extcam.cameraviewer',
  4.  
  5.     IVIDEON_APP_KEY:                '1ab5b0ba-b407-47cc-ad2e-103f04c54576',
  6.     HOCKEY_API_KEY:                 '01aaf057dc65352cf996e4e066ac27bd',
  7.     GOOGLE_ANALYTICS_TRACKING_ID:   'UA-25056284-13',
  8.  
  9.     COMPANY_NAME:           'Ivideon',
  10.     WEB_SITE:               'www.ivideon.com',
  11.     SUPPORT_EMAIL:          'support@ivideon.com',
  12.     WEB_URL_DEFAULT_PREFIX: 'https://go.ivideon.com/',
  13.  
  14.     features: ['microphone_control',
  15.                'led_control',
  16.                'video_hq_control',
  17.                'sign_up', 'sign_up_in_cameras_list', // depended
  18.                'cameras_show',
  19.                'web_external_url_extra_parameters',
  20.                'share_event',
  21.                'rate_app_prompt',
  22.                'side_menu_help',
  23.                'events_video_preview',
  24.                'camera_configuring',
  25.                'archive_configuring',
  26.                'show_login_on_logout',
  27.                'password_restoration',
  28.                'sign_up_account_type'],
  29.  
  30.     colors: [
  31.         primary:    "#ff00ff",
  32.         accent:     "#0000ff",
  33.     ]
  34. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement