Gradle buildSrcVersions v0.10.1 Release Notes

Release Date: 2021-06-10 // almost 3 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘• In Android projects, if you used the version placeholder (_) directly in build.gradle(.kts) files, Android lint would trigger an unwanted warning, or error in the case of the Android build tools (aka. AGP, the Android Gradle Plugin). To avoid this inconvenience, running the refreshVersions task will now automatically check if it's running on an Android project, and in such cases, will edit (safely) the lint.xml file, creating it if needed, and add the needed rules to have these specific warnings and errors ignored.

    ๐Ÿ›  Fixes

    • โž• Add missing version placeholder (_) for the Google.android.material.composeThemeAdapter dependency notation.
    • ๐Ÿ›  Fix a bug that prevented from using the correct version of org.jetbrains.kotlinx.benchmark and any other Gradle plugin with an id starting with org.jetbrains.kotlinx because it matched over org.jetbrains.kotlin as well. We are now matching on org.jetbrains.kotlin. to avoid this issue.

    ๐Ÿ†• New dependency notations:

    • AndroidX:
      • emoji2
        • views-helper
        • views
      • health.servicesClient
      • security.appAuthenticatorTesting
    • ๐Ÿ’ป Google.accompanist.insets.ui