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 {
62
62
}
63
63
64
64
dependencies {
65
- def room_version = ' 2.6.1 '
65
+ def room_version = ' 2.7.0 '
66
66
67
67
implementation " androidx.room:room-runtime:$room_version "
68
68
ksp(" androidx.room:room-compiler:$room_version " )
69
69
implementation " androidx.room:room-ktx:$room_version "
70
70
71
- implementation ' androidx.core:core-ktx:1.15 .0'
71
+ implementation ' androidx.core:core-ktx:1.16 .0'
72
72
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
73
73
implementation ' androidx.activity:activity-compose:1.10.1'
74
74
implementation " androidx.compose.ui:ui:$compose_ui_version "
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ plugins {
23
23
id ' com.android.application' version ' 8.9.1' apply false
24
24
id ' com.android.library' version ' 8.9.1' apply false
25
25
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
27
27
id ' org.jetbrains.kotlin.plugin.compose' version ' 2.1.20' apply false
28
28
}
You can’t perform that action at this time.
0 commit comments