Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.26 KB

Change Log

Version 0.1.12

2021-04-05

  • Various build tools and dependencies upgrade
    • Gradle 6.8.3
    • Kotlin 1.4.31
    • Protobuf 3.15.6
    • OkHttp 4.9.1
  • Support JDK 11

Version 0.1.11

2020-11-02

  • Fix: Remove premature determination of Lifecycle.State.Started when ApplicationResumedLifecycle is used.
  • New: Add ServiceStartedLifecycle to support Service.

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.