autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
### [`v2.2.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-220)
- \[Feat]: new ReportingHandler with ability to specify postscript.
- \[Feat]: DSL option that opts-in source sets to requiring explicit dependencies.
- \[Chore]: build and test against Gradle 8.10.2.
- \[Chore]: bump to latest Kotlin 1.9.x patch.
- \[Chore]: update to AGP 8.7 stable and 8.8 alpha04
Summary of new DSL options below:
```kotlin
// root build.gradle[.kts] or settings.gradle[.kts]
dependencyAnalysis {
structure {
explicitSourceSets(/* vararg of source sets to be treated "explicitly" */)
}
reporting {
postscript(/* Some text to help out end users who may not be build engineers. */)
}
}
```
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.1.4
->2.2.0
Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
### [`v2.2.0`](https://redirect.github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-220) - \[Feat]: new ReportingHandler with ability to specify postscript. - \[Feat]: DSL option that opts-in source sets to requiring explicit dependencies. - \[Chore]: build and test against Gradle 8.10.2. - \[Chore]: bump to latest Kotlin 1.9.x patch. - \[Chore]: update to AGP 8.7 stable and 8.8 alpha04 Summary of new DSL options below: ```kotlin // root build.gradle[.kts] or settings.gradle[.kts] dependencyAnalysis { structure { explicitSourceSets(/* vararg of source sets to be treated "explicitly" */) } reporting { postscript(/* Some text to help out end users who may not be build engineers. */) } } ```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.
This PR was generated by Mend Renovate. View the repository job log.