Skip to content

Building

DC* edited this page Jul 18, 2020 · 8 revisions

This is a preliminary page describing the steps to build the application on your own.

Necessary tools

To build the application yourself you should follow these steps:

  • Install Android Studio (or just the Android SDK alone)
  • Clone the repo somewhere in your system
  • ./gradlew build

That's it!

Clone this wiki locally