diff --git a/app/build.gradle b/app/build.gradle index 1b7293f..613e409 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' - implementation 'androidx.activity:activity-compose:1.10.0' + implementation 'androidx.activity:activity-compose:1.10.1' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" implementation 'androidx.compose.material:material:1.7.8' diff --git a/build.gradle b/build.gradle index ff0a427..2a742b3 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ buildscript { } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.8.1' apply false - id 'com.android.library' version '8.8.1' apply false + id 'com.android.application' version '8.8.2' apply false + id 'com.android.library' version '8.8.2' apply false id 'org.jetbrains.kotlin.android' version '2.1.10' apply false id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.1.10' apply false