Update dependency androidx.compose.material:material-icons-extended to v1.7.8
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Image Minimizer / try-minimize (pull_request) Failing after 1s
PR size labeler / Automatically labelling pull requests based on the changed lines count (pull_request_target) Failing after 1s

This commit is contained in:
Renovate Bot 2026-06-29 06:30:12 +00:00
parent a033402a44
commit bfeda2b43a

View file

@ -130,7 +130,7 @@ dependencies {
implementation(libs.jetbrains.compose.foundation)
implementation(libs.jetbrains.compose.material3)
implementation(libs.jetbrains.compose.ui)
implementation("androidx.compose.material:material-icons-extended:1.7.5")
implementation("androidx.compose.material:material-icons-extended:1.7.8")
// Lifecycle + ViewModel for Compose
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0")