Skip to content

11.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 12:38
· 9 commits to develop since this release
e1b2eae

Important

This version drops support for any version of Gradle below 7.x.
The Android library now requires compileSdk=35
This version also requires the host app to use Kotlin 2.x or higher

Important

When using the plugin in a convention plugin. Ensure to use Grade 8.12.x or newer
https://docs.gradle.org/8.12/userguide/compatibility.html#kotlin

🐛 Fixes

  • Improve config cache support

💬 Other

  • Migrate project to use a shared convention plugin
  • Bump gradle/actions from 3 to 4
  • Update sample to use m3
  • Update convention plugin
  • Cleanup build and dependencies more