[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:
// 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. */)}}
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | minor | `2.1.4` -> `2.2.0` |
---
### Release Notes
<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)</summary>
### [`v2.2.0`](https://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. */)
}
}
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjExMC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.1.4->2.2.0Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis)
v2.2.0Summary of new DSL options below:
Configuration
📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 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 has been generated by Renovate Bot.