diff --git a/app/build.gradle b/app/build.gradle index 8afc993..206060f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,8 +70,8 @@ dependencies { implementation 'androidx.compose.material:material-icons-extended' implementation "androidx.compose.material3:material3" implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' - implementation 'androidx.activity:activity-compose:1.9.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5' + implementation 'androidx.activity:activity-compose:1.9.2' implementation "com.google.dagger:hilt-android:$hilt_version" implementation "androidx.hilt:hilt-navigation-compose:1.2.0" implementation "androidx.room:room-runtime:$room_version" diff --git a/build.gradle b/build.gradle index cdb7d08..c29dc16 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - compose_bom_version = '2024.08.00' + compose_bom_version = '2024.09.00' hilt_version = '2.52' room_version = '2.6.1' } @@ -12,5 +12,5 @@ plugins { id 'org.jetbrains.kotlin.plugin.compose' version '2.0.20' apply false id "com.diffplug.spotless" version "6.25.0" apply false id 'com.google.dagger.hilt.android' version '2.52' apply false - id 'com.google.devtools.ksp' version "2.0.20-1.0.24" apply false + id 'com.google.devtools.ksp' version "2.0.20-1.0.25" apply false } \ No newline at end of file