Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 22:37
· 1 commit to refs/heads/main since this release
af56152

Warning

This release is missing the lint artifact publication.
Use 0.4.1 (or newer) if you are using the khronicle-android-lint artifact.

  • Added an Android Lint check that ensures the correct Log class is used (#83), special thanks to @eygraber for the contribution!

🧰 Maintenance

  • Migrate to gradle/actions/setup-gradle (#44)
  • Remove superfluous setup-gradle option (#67)
  • Set Gradle rootProject.name (#54)
  • Store build reports as artifact on test failure (#80)
  • Update dependency gradle to v8.11 (#47, #56, #64, #69, #81)
  • Update dependency org.jetbrains.kotlinx:atomicfu-gradle-plugin to v0.25.0 (#53)
  • Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0 (#43, #71)
  • Update ktor to v3.0.1 (#42, #49, #74, #78)
  • Update codecov/codecov-action action to v5 (#82)
  • Update gradle/actions action to v4 (#66)
  • Update plugin android-library to v8.7.2 (#45, #48, #55, #62, #68, #70, #72, #75, #79)
  • Update plugin android-publish to v0.30.0 (#50, #76)
  • Update plugin api to v0.16.3 (#58, #59, #63)
  • Update plugin atomicfu to v0.26.0 (#77)
  • Update plugin kotlinter to v4.4.1 (#52, #57)
  • Update dependency org.jetbrains.kotlin.multiplatform to v2.0.21 (#41, #46, #61, #65, #73)
  • Use GitHub Actions for documentation deployment (#51)