Skip to content

0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 14:02
· 78 commits to main since this release
51a4b5a
  • Added useSkie, useKopy, and usePoko to enable the respective plugins.
  • Added new versionBasedOnDate method and several overloads of computeVersionName
    and computeVersionCode to make using them easier.
  • New com.freeletics.gradle:scripts-circleci artifact that contains helpers
    for writing kts scripts that run in a CircleCI environment or interact
    with CircleCI.
  • New com.freeletics.gradle:scripts-slack artifact that makes it easy
    to write kts scripts that send Slack messages.
  • Updated ktlint to 1.4.1.
  • usePaparazzi() will now apply the official Paparazzi release instead of the Freeletics
    Paparazzi fork.
  • The com.freeletics.gradle.root plugin is now shipped in the same artifact as the others.
  • Removed fgp.kotlin.anvilKsp and fgp.kotlin.anvilKspWithComponent. Anvil is now always run
    through the Anvil KSP fork.
  • Removed enforcing a Gradle Daemon JVM by setting java-gradle in the version catalog. Use
    Daemon JVM toolchains instead (run updateDaemonJvm task).