Open
Conversation
cb6131c to
7095391
Compare
2ddd35f to
494b9a6
Compare
494b9a6 to
3a6e6aa
Compare
3a6e6aa to
6546766
Compare
6546766 to
009b33b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.0→3.6.12.1.0→3.6.1Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps:dependency-analysis-gradle-plugin)
v3.6.1v3.6.0resolveExternalDependenciestask.Class.forNamehandling.javax.inject.JarExploder.publictypes to an internal package to exclude from published api, and exclude thecom.autonomousapps.model.internalpackage from the published api.AbstractDependencyAnalyzer.v3.5.1v3.5.0v3.4.1debugAndroidTestsources.v3.4.0InferredCapabilitymerging logic should use 'or', not 'and'.GlobalDslService.buildPathfrom theGradleinstance.v3.3.0v3.2.0See the PR description for more
information.
To publish build scans, add the following, as indicated:
v3.1.0v3.0.4v3.0.3VersionNumber, not raw strings.v3.0.2v3.0.1v3.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.artifactspackage 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
useTypesafeProjectAccessorsto 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.
v2.19.0central.sonatype.comrepo.v2.18.0ProviderConvertiblesupport.themeinAndroidManifest.xmlkotlin.metadata.jvmno longer needs to be non-transitive, since bumping to K2 for this project.v2.17.0v2.16.0com.android.testprojects.dependencyAnalysis { useTypesafeProjectAccessors(true) // false by default }v2.15.0dependencyAnalysis { usage { analysis { checkSuperClasses(true) // false by default } } }v2.14.0@InputFilesis redundant next to@Classpath.v2.13.3v2.13.2v2.13.1v2.13.0computeResolvedDependenciesto also generate a version catalog fileexploded-jars.json.v2.12.0v2.11.0:computeAllDependencies) for producing a version catalog file containing all dependencies.v2.10.1BuildHealthExceptionextendsVerificationException.v2.10.0dependencyAnalysis.reporting.printBuildHealthDSL option.v2.9.0Declaration.Sourceis fully Comparable.ExplodingBytecodeis fully Comparable.isForMissingSuperclass(again).dependencyAnalysis { reporting { onlyOnFailure(false) // when true, only prints postscript when there are failure-level issues. postscript(/* Some text to help out end users who may not be build engineers. */) } }v2.8.2v2.8.1SuperClassGraph. No need to recompute for each dependency.v2.8.0DependencyHandler.project()instead ofProject.project().v2.7.0New DSL option for configuring duplicate class warnings:
v2.6.1superClassNamecan be null (Object has no superclass).v2.6.0v2.5.0v2.4.2v2.4.1Use
-Ddependency.analysis.bytecode.logging=trueto get extremely verbose logging during bytecode analysis.v2.4.0v2.3.0Example usage of
reason:Which will print the "reason" for any advice relating to the
test-fixturesvariant of thefoolibrary.v2.2.0Summary of new DSL options below:
v2.1.4@Metadata's d2 array should typically be compileOnly.v2.1.3v2.1.2v2.1.1Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.