Skip to content

Commit 2992d77

Browse files
committed
updating Room
1 parent 9c5978f commit 2992d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
7373
implementation 'androidx.lifecycle:lifecycle-process:2.5.1'
7474

75-
kapt "androidx.room:room-compiler:2.4.3"
76-
implementation "androidx.room:room-runtime:2.4.3"
77-
annotationProcessor "androidx.room:room-compiler:2.4.3"
75+
kapt "androidx.room:room-compiler:2.5.0"
76+
implementation "androidx.room:room-runtime:2.5.0"
77+
annotationProcessor "androidx.room:room-compiler:2.5.0"
7878
}

0 commit comments

Comments
 (0)