We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5978f commit 2992d77Copy full SHA for 2992d77
app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
73
implementation 'androidx.lifecycle:lifecycle-process:2.5.1'
74
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"
+ kapt "androidx.room:room-compiler:2.5.0"
+ implementation "androidx.room:room-runtime:2.5.0"
+ annotationProcessor "androidx.room:room-compiler:2.5.0"
78
}
0 commit comments