Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 910 Bytes

Change Log

Version 0.1.10

2020-01-17

  • Update protobuf-Java to 3.11.0.
  • Fix: do not use the registry as param if it is null.
  • Remove un-used kotlin-reflect artifact.

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.