android: start material icons migration for chat and list ui
Some checks failed
Android CI / android (push) Failing after 4m7s
Android Release / release (push) Failing after 4m36s
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 19:56:27 +03:00
parent e65714e45e
commit 448ed3243d
5 changed files with 79 additions and 23 deletions

View File

@@ -81,6 +81,7 @@ dependencies {
implementation("androidx.compose.ui:ui:1.7.6")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.6")
implementation("androidx.compose.material3:material3:1.3.1")
implementation("androidx.compose.material:material-icons-extended:1.7.6")
implementation("io.coil-kt:coil:2.7.0")
implementation("io.coil-kt:coil-compose:2.7.0")
implementation("androidx.media3:media3-exoplayer:1.4.1")