You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
Alex Styl edited this page Feb 5, 2017
·
3 revisions
Quick setup
Download or clone repo
Rename secrets.gradle.sample to secrets.gradle
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.