Skip to content

Commit 375118b

Browse files
Update dependency androidx.room:room-ktx to v2.7.0
1 parent d45156a commit 375118b

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
@@ -39,6 +39,6 @@ dependencies {
3939
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
4040

4141
implementation 'androidx.room:room-runtime:2.6.1'
42-
implementation 'androidx.room:room-ktx:2.6.1'
42+
implementation 'androidx.room:room-ktx:2.7.0'
4343
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
4444
}

0 commit comments

Comments
 (0)