chore: bump dependencies

This commit is contained in:
Cilly Leang 2025-11-22 16:36:13 +11:00
parent 7ead4b4634
commit 74e3278012
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 23 additions and 17 deletions

View file

@ -47,6 +47,7 @@ kotlin {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
implementation(compose.materialIconsExtended) // TODO: move to symbols
implementation(compose.material3)
implementation(compose.ui)
implementation(compose.components.resources)