Fix mobile app id

pull/425/head
Rodrigo Nascimento 10 years ago
parent d8efa54667
commit 170b95f2b5
  1. 12
      mobile-config.js

@ -1,12 +1,12 @@
// This section sets up some basic app metadata,
// the entire section is optional.
App.info({
id: 'com.konecty.rocketchat',
name: 'Rocket.Chat',
description: 'Rocket.Chat',
author: 'Rocket.Chat Development Group',
email: 'contact@rocket.chat',
website: 'https://rocket.chat'
id: 'com.konecty.rocket.chat',
name: 'Rocket.Chat',
description: 'Rocket.Chat',
author: 'Rocket.Chat Development Group',
email: 'contact@rocket.chat',
website: 'https://rocket.chat'
});
// Set up resources such as icons and launch screens.

Loading…
Cancel
Save