Update dependency androidx.compose.material:material-icons-core to v1.7.3
All checks were successful
Build & Test / Validate (pull_request) Successful in 17s
Build & Test / Run Unit Tests (pull_request) Successful in 14m29s
Build & Test / Run UI Tests (pull_request) Successful in 18m30s

This commit is contained in:
Renovate Bot 2024-10-02 18:03:12 +00:00
parent 154ccad9f1
commit b6ee357407

View file

@ -22,7 +22,7 @@ kotlin = "2.0.20"
lifecycleViewmodelKtx = "2.8.6" lifecycleViewmodelKtx = "2.8.6"
material = "1.12.0" material = "1.12.0"
material3WindowSizeClassAndroid = "1.3.0" material3WindowSizeClassAndroid = "1.3.0"
materialIconsCore = "1.7.2" materialIconsCore = "1.7.3"
maxSdk = "35" maxSdk = "35"
minSdk = "23" minSdk = "23"
monitor = "1.7.2" monitor = "1.7.2"