We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16666 commit 965ac76Copy full SHA for 965ac76
library/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
implementation 'androidx.core:core-ktx:1.9.0'
41
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
42
43
- implementation 'androidx.room:room-runtime:2.5.0'
+ implementation 'androidx.room:room-runtime:2.6.1'
44
implementation 'androidx.room:room-ktx:2.5.0'
45
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
46
}
0 commit comments