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
2020-11-02
- Fix: Remove premature determination of
Lifecycle.State.Started
whenApplicationResumedLifecycle
is used. - New: Add
ServiceStartedLifecycle
to supportService
.
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.
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.
2019-06-20
- Released Scarlet in Maven Central.
groupId
is nowcom.tinder
. See all artifacts here.