mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
chore(deps): update plugin dependencyanalysis to v1.32.0 (#568)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.autonomousapps.dependency-analysis](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `1.31.0` -> `1.32.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v1.32.0`](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-1320) - \[New]: Output dominator tree results in JSON format including size and total size of deps. - \[New]: Allow to force app behavior for pure Java projects. - \[New]: `generateProjectGraph` task. - \[New]: `reason` works for multi-capabilities. - \[New]: Print build file path in `projectHealth` console report. - \[Fix]: Enhance logging (more) when `ConstantPoolParser` throws exception. - \[Fix]: Do not dotty for path matching and remove prefix and suffix from binary class name. - \[Fix]: Fix Windows file separator incompatibility. - \[Fix]: Don't suggest adding `testImplementation` dependency on self. - \[Fix]: DAGP variants have a `Category` of 'dependency-analysis'. - \[Fix]: Sort an input map for better reproducibility. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
806ef65e08
commit
215afd208e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ android-junit5 = { id = "de.mannodermaus.android-junit5", version.ref = "android
|
|||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
anvil = "com.squareup.anvil:2.5.0-beta09"
|
||||
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
||||
dependencyAnalysis = "com.autonomousapps.dependency-analysis:1.31.0"
|
||||
dependencyAnalysis = "com.autonomousapps.dependency-analysis:1.32.0"
|
||||
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
ksp = "com.google.devtools.ksp:2.0.0-1.0.21"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue