Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2025

This PR contains the following updates:

Package Change Age Confidence
com.autonomousapps.build-health 2.19.0 -> 3.0.0 age confidence

Release Notes

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

v3.0.0

  • [Build] now building with Gradle 9.0.0.

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

  • [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.

@ak-git ak-git merged commit 8643b3f into master Aug 21, 2025
@renovate renovate bot deleted the renovate/com.autonomousapps.build-health-3.x branch August 21, 2025 07:12
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.

2 participants