Skip to content

android-update-deps 1.1.0

Choose a tag to compare

@alvarose alvarose released this 11 Jul 08:09

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 detectionaggregate-updates.py now surfaces the wrapper update from the report's gradle section.
  • SDK-level scopecompileSdk only when a dependency requires it (coupled, own confirmation); targetSdk out of scope (behavior migration, flagged); minSdk flagged when a dependency raises the effective minimum.

Full list in the CHANGELOG.