Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 744 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 744 Bytes

Change Log

Version 0.1.9

_2019_07_15

This release upgrades the project's JVM target to 1.8. If you are building Android libraries or apps, adding this to your build.gradle to have Java 8 language support.

android {
  compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
  }
}
  • Fix: Target Java 8 bytecode.
  • Fix: Use StateMachine artifact from Maven Central.

Version 0.1.8

_2019_06_20

  • Released Scarlet in Maven Central. groupId is now com.tinder. See all artifacts here.