diff --git a/examples/trivia/build.gradle b/examples/trivia/build.gradle index 8edbd718..689170bb 100644 --- a/examples/trivia/build.gradle +++ b/examples/trivia/build.gradle @@ -73,7 +73,7 @@ dependencies { // Text, color, Surface implementation "androidx.compose.material3:material3" - implementation 'androidx.activity:activity-compose:1.11.0' + implementation 'androidx.activity:activity-compose:1.13.0' implementation "androidx.compose.runtime:runtime-livedata" // To show Preview diff --git a/test/build.gradle b/test/build.gradle index 3ed67e51..302ac4bd 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -63,7 +63,7 @@ dependencies { // Text, Color, Surface implementation 'androidx.compose.material3:material3' - implementation 'androidx.activity:activity-compose:1.11.0' + implementation 'androidx.activity:activity-compose:1.13.0' implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.9.3' // Preview