Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 391 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 391 Bytes

对比

构建

  • Gradle - Dependency Management

The GradleWrapper in included in this project.

On Windows:

gradlew.bat clean build

On MacOS/Linux:

./gradlew clean build

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