| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-27 | 599 Bytes | |
| v1.29.1 source code.tar.gz | 2026-07-27 | 3.7 MB | |
| v1.29.1 source code.zip | 2026-07-27 | 4.4 MB | |
| Totals: 3 Items | 8.1 MB | 0 | |
Patch release: dependency-only fix for consumers pinned to Compose 1.7.x.
v1.29.0's androidx bumps (lifecycle 2.10.0, activity 1.13.0, savedstate 1.5.0) transitively require androidx.compose.runtime ≥ 1.9, which forces a Compose upgrade on any consumer with an older Compose pin. This release reverts those dependencies to the newest Compose-1.7-compatible versions (lifecycle 2.9.2, activity 1.11.0, savedstate 1.3.0 with an explicit savedstate-compose dependency). All v1.29.0 code fixes are unchanged.
Full Changelog: https://github.com/square/workflow-kotlin/compare/v1.29.0...v1.29.1