Skip to content

Commit 87aada8

Browse files
fix(deps): update roomversion to v2.7.0 (#5412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a77f5f5 commit 87aada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ dependencies {
423423
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
424424
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
425425

426-
def roomVersion = '2.6.1'
426+
def roomVersion = '2.7.0'
427427
implementation "androidx.room:room-runtime:$roomVersion"
428428
implementation "androidx.room:room-ktx:$roomVersion"
429429
ksp "androidx.room:room-compiler:$roomVersion"

0 commit comments

Comments
 (0)