Update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v3 #226
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.0
->3.0.1
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
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.
This PR was generated by Mend Renovate. View the repository job log.