Skip to content

Third Coast 19.4.0

Compare
Choose a tag to compare
@jhh jhh released this 25 Sep 16:54
0cc9143

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.4.0'
    compile 'org.strykeforce.thirdcoast:telemetry:19.4.0'
}

Breaking Changes

  • If you are creating custom graphable items, the Measure class is now
    a data class and allows custom descriptions.