Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 655 Bytes

Building

To build a development version of the app from source, follow the instructions outlined below.

  1. Download and install Android Studio

  2. Clone the project or a fork of it to your local development machine

  3. Import the project into Android Studio

  4. Sync Project with Gradle files to download all the dependencies

  5. Open the SDK manager to install the required Android SDK Tools and Android SDK Build-tools

  6. Required:

    1. Create a new file in the main directory called gradle.properties
    2. Input Fabric API Key. If you don't have one, use fabricApiKey=000
  7. Build the project