appcues / appcues-android-sdk

The Appcues Android SDK
https://www.appcues.com/mobile
MIT License
10 stars 3 forks source link

⬆️ Update compose from 1.5 to 1.6 #562

Closed andretortolano closed 9 months ago

andretortolano commented 9 months ago

Migrating from compose 1.5 to 1.6

it was necessary to remove the MaterialTheme since they constraint the line height to a proper font style, since we dynamically decide on the font size and possibly custom font height, using MaterialTheme as our overall theme is no longer an option.

shortcut-integration[bot] commented 9 months ago

This pull request has been linked to Shortcut Story #61665: upgrade to Compose 1.6.

andretortolano commented 9 months ago