The latest source code is located in the following two public Git repositories
The first is the Android application, the second the model used for backups and sync calls to Shuffle website.
The dto jar uses maven as its build and dependency management tool.
- Maven 3.x - http://maven.apache.org/download.html
- Google Protocol Buffer compiler 2.5.0 - https://github.com/google/protobuf
- Set environment variable
PROTOC_HOME
to point to the directory holding the protoc executable
- Build protoc tool.
Set
PROTOC_HOME
environment variable Runmvn clean install