File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
}
51
51
52
52
dependencies {
53
- def room_version = ' 2.6.1 '
53
+ def room_version = ' 2.7.0 '
54
54
55
55
implementation " androidx.room:room-runtime:$room_version "
56
56
// kapt "androidx.room:room-compiler:$room_version"
@@ -59,8 +59,8 @@ dependencies {
59
59
// optional - Kotlin Extensions and Coroutines support for Room
60
60
implementation " androidx.room:room-ktx:$room_version "
61
61
62
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 '
63
- implementation ' androidx.core:core-ktx:1.15 .0'
62
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 '
63
+ implementation ' androidx.core:core-ktx:1.16 .0'
64
64
implementation ' androidx.appcompat:appcompat:1.7.0'
65
65
implementation ' com.google.android.material:material:1.12.0'
66
66
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
32
32
33
33
plugins {
34
34
id ' org.jetbrains.kotlin.android' version ' 2.1.20' apply false
35
- id ' com.google.devtools.ksp' version ' 2.1.20-1 .0.32 ' apply false
35
+ id ' com.google.devtools.ksp' version ' 2.1.20-2 .0.0 ' apply false
36
36
}
37
37
38
38
allprojects {
You can’t perform that action at this time.
0 commit comments