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.