Skip to content

Building

Joel Lonbeck edited this page Apr 10, 2015 · 2 revisions

Here are some helpful notes about building the project.

###Github token The app needs to have a github token (named github_oauth2) so that it can submit crash reports and bug reports to the issues page. In order to keep the token secure it is placed in resource file ignored by git. When setting up your environment for building production releases be sure to include the appropriate git token in src/main/res/values/strings_private_app_pref.xml.

Clone this wiki locally