File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ android {
6262}
6363
6464dependencies {
65- def room_version = ' 2.6.1 '
65+ def room_version = ' 2.7.0 '
6666
6767 implementation " androidx.room:room-runtime:$room_version "
6868 ksp(" androidx.room:room-compiler:$room_version " )
6969 implementation " androidx.room:room-ktx:$room_version "
7070
71- implementation ' androidx.core:core-ktx:1.15 .0'
71+ implementation ' androidx.core:core-ktx:1.16 .0'
7272 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
7373 implementation ' androidx.activity:activity-compose:1.10.1'
7474 implementation " androidx.compose.ui:ui:$compose_ui_version "
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ plugins {
2323 id ' com.android.application' version ' 8.9.1' apply false
2424 id ' com.android.library' version ' 8.9.1' apply false
2525 id ' org.jetbrains.kotlin.android' version ' 2.1.20' apply false
26- id ' com.google.devtools.ksp' version ' 2.1.20-1 .0.32 ' apply false
26+ id ' com.google.devtools.ksp' version ' 2.1.20-2 .0.0 ' apply false
2727 id ' org.jetbrains.kotlin.plugin.compose' version ' 2.1.20' apply false
2828}
You can’t perform that action at this time.
0 commit comments