Update plugin com.autonomousapps.dependency-analysis to v3 #142
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/com.autonomousapps.dependency-analysis-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.19.0
->3.0.1
Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
v3.0.1
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 - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.