If you just want to download the app goto Google Play. For more info goto the wiki pages.
This project is licensed by GPLv3
To compile the code follow these instructions:
- Checkout source:
git clone git@github.com:DroidPlanner/droidplanner.git - Change to the directory we just checked out:
cd droidplanner - Optional: Checkout whatever branch you need:
git checkout <branch> - Checkout submodules:
git submodule init; git submodule update - Open Android Studio and choose "Import Project...".