diff --git a/build.gradle b/build.gradle index 3060e7c1923..9982b111890 100644 --- a/build.gradle +++ b/build.gradle @@ -403,7 +403,7 @@ dependencies { implementation "androidx.compose.runtime:runtime-livedata" implementation 'androidx.compose.material3:material3' implementation 'androidx.compose.material3:material3-window-size-class' - implementation "androidx.activity:activity-compose:1.10.0" + implementation "androidx.activity:activity-compose:1.10.1" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7" implementation "androidx.navigation:navigation-compose:2.8.0" implementation "androidx.constraintlayout:constraintlayout:2.2.0"