diff --git a/app/build.gradle b/app/build.gradle index 613e409..83f79e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,13 +62,13 @@ android { } dependencies { - def room_version = '2.6.1' + def room_version = '2.7.0' implementation "androidx.room:room-runtime:$room_version" ksp("androidx.room:room-compiler:$room_version") implementation "androidx.room:room-ktx:$room_version" - implementation 'androidx.core:core-ktx:1.15.0' + implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' implementation 'androidx.activity:activity-compose:1.10.1' implementation "androidx.compose.ui:ui:$compose_ui_version" diff --git a/build.gradle b/build.gradle index 3bbcec7..6cfdf33 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,6 @@ plugins { id 'com.android.application' version '8.9.1' apply false id 'com.android.library' version '8.9.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.20' apply false - id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false + id 'com.google.devtools.ksp' version '2.1.20-2.0.0' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20' apply false }