diff --git a/app/build.gradle b/app/build.gradle index 569eec761..3703c665b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,7 @@ dependencies { kapt 'com.github.bumptech.glide:compiler:4.10.0' - kapt 'androidx.room:room-compiler:2.1.0' - implementation 'androidx.room:room-runtime:2.1.0' - annotationProcessor 'androidx.room:room-compiler:2.1.0' + kapt 'androidx.room:room-compiler:2.2.1' + implementation 'androidx.room:room-runtime:2.2.1' + annotationProcessor 'androidx.room:room-compiler:2.2.1' }