Skip to content

Commit 965ac76

Browse files
Update dependency androidx.room:room-runtime to v2.6.1
1 parent ed16666 commit 965ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'androidx.core:core-ktx:1.9.0'
4141
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
4242

43-
implementation 'androidx.room:room-runtime:2.5.0'
43+
implementation 'androidx.room:room-runtime:2.6.1'
4444
implementation 'androidx.room:room-ktx:2.5.0'
4545
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
4646
}

0 commit comments

Comments
 (0)