android-update-deps 1.1.0
Behavioral & scope refinements. Install/update:
/plugin marketplace add alvarose/android-update-deps
/plugin update android-update-deps@alvarose
What's new
- Blocking toolchain bumps always need their own explicit yes — Kotlin (with coupled KSP/Compose Compiler), AGP, and the Gradle wrapper never sit in the "safe" batch, even for a minor/patch.
- Explicit KSP handling — a coupled KSP bump rides Kotlin's confirmation; a standalone KSP bump (same Kotlin line) is "handle with care" (it drives Room/Hilt annotation processing), not "safe".
- Gradle wrapper detection —
aggregate-updates.pynow surfaces the wrapper update from the report'sgradlesection. - SDK-level scope —
compileSdkonly when a dependency requires it (coupled, own confirmation);targetSdkout of scope (behavior migration, flagged);minSdkflagged when a dependency raises the effective minimum.
Full list in the CHANGELOG.