Skip to content

v0.12.0-kmb.13 — AGP 9.4.0, Hilt 2.60.1

Choose a tag to compare

@kmbrimble kmbrimble released this 02 Sep 06:37
· 21 commits to master since this release

Routine version bumps, nothing else in the diff (three lines).

AGP 9.4.0 changes nothing for us. Both opt-out flags still warn as deprecated, still say "removed in version 10.0", default still true — wording identical to 9.3.2. 9.4 adds android.newDsl.optOut=:module for per-module Variant API exclusion; not suggested in our build output and no help to a single-module project. Recorded, not acted on.

The two hand-passed Hilt KSP args are now redundant under 2.60.1 — built with and without the ksp { arg(...) } block and diffed the generated sources: 77 files each, identical file set, identical md5 for every file. Deliberately NOT removed here: this release is scoped to bumps, and that change deserves its own verification.

Verified: 6 unit tests, smoke-device.sh PASS, panel-render-probe.sh RENDERING, post-install probe RENDERING, plus a DI spot-check across all three activities and the settings root fragment.