Makefile
s are used to encapsulate the various tools in the toolchain:
make build # builds common library
make publish # increment versions and publish the artifact to bintray
NOTE: to publish, BINTRAY_USER
and BINTRAY_API_KEY
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.