Makefiles are used to encapsulate the various tools in the toolchain:
make build # builds common library
make publish # increment versions and publish the artifact to bintrayNOTE: to publish, SONATYPE_USERNAME and SONATYPE_PASSWORD need to be set in the shell environment.
Makefile # Top-level Makefile to encapsulate tool-specifics
common/ # Shared source code for JRE and Android
The project uses the Google Java Style Guide as a formatting standard. Configurations for your IDE can be downloaded from github.com/google/styleguide.