Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 597 Bytes

Hoverboard Analytics

Hoverboard Analytics provides interfaces for type safe calls to provide consistency in basic analytics across projects. In the initial state this includes an interface to support standardized logging of user information and screen tracking.

Implementations

Installation

Refer to Hoverboard Installation for adding GitHub packages to your project. Then add the following to your build.gradle.kts

dependencies {
  ...

  implementation("com.michiganlabs.hoverboard:analytics:THE_VERSION_NUMBER")
}