### Fixed - Home-screen widgets no longer get stuck on a loading spinner in the published (F-Droid) release build. They render via Android's background-work system, and release optimisation (R8) was stripping a helper class it loads by name, so the render job never ran. Added the missing keep rule — widgets now load normally.