Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Building.md
  • Loading branch information
darrynten committed Oct 16, 2015
commit 5aa03733cbc68ac5513cb5e5d36f50fc14b747b6
2 changes: 1 addition & 1 deletion Android/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Make sure you have all of the required software installed on your local machine.

## Setup mobile-config.js

Insure you have a `buildNumber` property added to your `App.info` settings inside your `mobile-config.js` file. For iOS, this can be created on the fly in XCode, but for Android APK's, it needs to be set here.
Ensure you have a `buildNumber` property added to your `App.info` settings inside your `mobile-config.js` file. For iOS, this can be created on the fly in XCode, but for Android APK's, it needs to be set here.

```
// inside mobile-config.js
Expand Down