diff --git a/app/build.gradle b/app/build.gradle index 27f38e94..0165b28c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { implementation 'androidx.compose.material:material:1.1.0' // Material design icons implementation 'androidx.compose.material:material-icons-core:1.1.0' - implementation 'androidx.compose.material:material-icons-extended:1.1.0' + implementation 'androidx.compose.material:material-icons-extended:1.1.1' // Integration with activities implementation 'androidx.activity:activity-compose:1.4.0' // Integration with ViewModels