diff --git a/test/build.gradle b/test/build.gradle index 3ed67e51..2870096c 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -64,7 +64,7 @@ dependencies { // Text, Color, Surface implementation 'androidx.compose.material3:material3' implementation 'androidx.activity:activity-compose:1.11.0' - implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.9.3' + implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.10.0' // Preview debugImplementation "androidx.compose.ui:ui-tooling"