Skip to content

Commit ec43c31

Browse files
Update dependency androidx.room:room-runtime to v2.7.1
1 parent d45156a commit ec43c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'androidx.core:core-ktx:1.12.0'
3939
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
4040

41-
implementation 'androidx.room:room-runtime:2.6.1'
41+
implementation 'androidx.room:room-runtime:2.7.1'
4242
implementation 'androidx.room:room-ktx:2.6.1'
4343
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
4444
}

0 commit comments

Comments
 (0)