fix: add material-icons-extended dep, fix ElevatedCard border
Some checks failed
Build & Deploy APK / build (push) Failing after 5m36s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 21:38:31 +01:00
parent f999b409f7
commit 9bff9c9d2f
3 changed files with 6 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4
# Material3
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
# Activity Compose
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }