We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45156a commit ec43c31Copy full SHA for ec43c31
library/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'androidx.core:core-ktx:1.12.0'
39
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
40
41
- implementation 'androidx.room:room-runtime:2.6.1'
+ implementation 'androidx.room:room-runtime:2.7.1'
42
implementation 'androidx.room:room-ktx:2.6.1'
43
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
44
}
0 commit comments