Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 489 Bytes

BUILD-PROJECT.md

File metadata and controls

20 lines (12 loc) · 489 Bytes

Building from Source

From Android Studio:

From command line:

  • Change directories to the project's root directory.
  • Run ./gradlew clean assemble -p turbo.

The .aar's will be built at <project-root>/turbo/build/outputs/aar.

Running Tests

From command line:

  • Change directories to the project's root directory.
  • Run ./gradlew clean testRelease -p turbo