Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2025

This PR contains the following updates:

Package Change Age Confidence
com.autonomousapps:dependency-analysis-gradle-plugin 2.19.0 -> 3.0.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps:dependency-analysis-gradle-plugin)

v3.0.1

  • [Fix] set apiVersion and languageVersion to 2.0 for Gradle 8.11 support.

v3.0.0

  • [Build] now building with Gradle 9.0.0.

  • [Breaking] minimum supported version of Gradle is now 8.11.

  • [Breaking]: annotations and their parameter classes are always considered compileOnly.

    Annotations for which the class file is not present are treated like being non-existent by the JVM.
    If someone wants to consume an annotation via reflection, they are responsible for providing the class file
    at runtime, so from the annotating project's view, annotations are always compileOnly.
    The same is true for classes and enums used as annotation arguments.
    The only exception is a class literal as argument that is coming from a different artifact than the
    annotation, such as a JUnit 4 runner implementation; those are considered implementation.

  • [Feat]: Add type-safe accessor support for fixDependencies task.

  • [Feat]: report excluded dependencies as unused.

  • [Feat]: add coordinates identifier in the error message for invalid change.

  • [Feat]: moving internal.artifacts package to new module, com.autonomousapps:variant-artifacts.

  • [Feat]: detect and report all Android resource references in Manifest files.

  • [Fix]: detect constants more consistently including from e.g. inner classes.

  • [Fix]: Move useTypesafeProjectAccessors to global dsl service.

  • [Fix]: reason works on included builds.

  • [Fix]: recognize test fixtures not only in Android libraries, but in Android app modules, too.

  • [Fix]: use Android flavors more consistently in advice.

  • [Chore]: update guava to 33.4.8-jre.

  • [Chore]: update AGP to the latest stable version, 8.12.0, and test against 8.13.0-alpha03.

  • [Chore]: add API-tracking tasks using metalava. Adopt semantic versioning.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.autonomousapps-dependency-analysis-gradle-plugin-3.x branch from ab72fa8 to 53ca68a Compare August 25, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants