Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 270 Bytes

Building

  • Gradle - Dependency Management

The GradleWrapper in included in this project.

Windows:

gradlew.bat clean build

macOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.