Skip to content

0.5.19

Compare
Choose a tag to compare
@yschimke yschimke released this 18 Jan 14:23
· 403 commits to main since this release
e586f92

The minSdk change introduces a need to coreLibraryDesugaring, see java8-support for instructions

While Horologist minSdk is 25, this doesn't indicate support, specifically Wear libraries might have higher minSdk or lack support on older devices. But won't stop your app from building.

  • Reduce the minSdk to 25 across horologist, and adopt coreLibraryDesugaring for java.time.
  • Deprecate WearNavScaffold in favour of AppScaffold. See guide.
  • General improvements to data layer functionality for engagement.
  • Media UI Fixes.

What's Changed

Full Changelog: v0.5.18...v0.5.19