Skip to content

Commit ce11456

Browse files
Update dependency com.autonomousapps.dependency-analysis to v2.18.0 (#578)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.autonomousapps.dependency-analysis](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `2.17.0` -> `2.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin/2.17.0/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin/2.17.0/2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary> ### [`v2.18.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-2180) - \[Breaking]: update min support AGP version to 8.3. - \[Feat]: Allow excluding violations by regex patterns. - \[Feat]: add `ProviderConvertible` support. - \[Feat]: add support for Activity `theme` in `AndroidManifest.xml` - \[Feat]: Android merged manifests are now treated as runtime (not compile-time) requirements. - \[Feat]: detect code source files that live outside of src/main as an AGP feature being used. - \[Fix]: detect class references in the base package. - \[Fix]: detect constants defined in Kotlin companion objects. - \[Fix]: detect androidTest source set as a test source-set. - \[Fix]: set android dependencies weight to 100. - \[Fix]: also check for com.android.test. - \[Chore]: use Gradle 8.14. - \[Chore]: `kotlin.metadata.jvm` no longer needs to be non-transitive, since bumping to K2 for this project. - \[Chore]: fix snapshot publishing by making task dependency more lazy. - \[Chore]: update badge to point to actual workflow. </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/WhosNickDoglio/dagger-rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef4eba2 commit ce11456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.9.2"
33
desugar = "2.1.5"
4-
dependencyAnalysis = "2.17.0"
4+
dependencyAnalysis = "2.18.0"
55
kotlin = "2.1.21"
66
ktfmt = "0.54"
77
lint = "31.10.1"

0 commit comments

Comments
 (0)