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 513e189 commit dcaefb3Copy full SHA for dcaefb3
1 file changed
app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
77
implementation "androidx.print:print:1.0.0"
78
79
- kapt 'androidx.room:room-compiler:2.3.0'
80
- implementation 'androidx.room:room-runtime:2.3.0'
81
- annotationProcessor 'androidx.room:room-compiler:2.3.0'
+ kapt 'androidx.room:room-compiler:2.4.2'
+ implementation 'androidx.room:room-runtime:2.4.2'
+ annotationProcessor 'androidx.room:room-compiler:2.4.2'
82
}
0 commit comments