diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index fff30e7..c93684f 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation "androidx.compose.animation:animation" implementation "androidx.compose.animation:animation-graphics" implementation "androidx.compose.animation:animation-core" - implementation "androidx.activity:activity-compose:1.7.2" + implementation "androidx.activity:activity-compose:1.9.3" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" }