private-yusuke / interscheckin

交差点でのチェックインを補助するために作成された Swarm 利用者のための Android アプリケーション
9 stars 1 forks source link

Update plugin dependency-analysis to v2.2.0 #433

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.autonomousapps.dependency-analysis 2.1.4 -> 2.2.0 age adoption passing confidence

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.