[Wear]Updates to latest Compose and bump target SDK#1694
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Wear OS module of Jetcaster by upgrading the Wear Compose dependencies to version 1.6.2 and targeting Android SDK 37. It migrates the UI layouts from Horologist's responsive column padding helpers to native Wear Compose Material3 APIs, utilizing TransformingLazyColumn with SurfaceTransformation and transformedHeight modifiers across several screens including Episode, Latest Episodes, Library, Podcast Details, Podcasts, and Queue. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
a0dcb74 to
c610bc9
Compare
05f839c to
2943e29
Compare
Updates to latest Compose and bump target SDK for Wear module.
Navigation 3 update is not possible atm because code is using https://github.com/google/horologist/blob/main/media/ui-material3/src/main/java/com/google/android/horologist/media/ui/material3/navigation/NavigationScreens.kt which hasn't been migrated to nav3, will need a separate PR.