Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Setting up the project

Alex Styl edited this page Feb 5, 2017 · 3 revisions

Quick setup

  1. Download or clone repo
  2. Rename secrets.gradle.sample to secrets.gradle
  3. Rebuild the project and you are good to go 👍

What is the secret.gradle

The secrets.gradle contains a list of all secret credentials to the project used by the libraries used. If it is not in its place, the project will fail to build. Because of that, you can just rename the sample file removing the .sample bit and you are good to go.

You don't have to worry about it for opening PRs and doing modifications to the project though.