diff --git a/build.gradle b/build.gradle index 7991b611..1fb18f49 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ apply plugin: 'com.android.application' dependencies { implementation "androidx.core:core:1.9.0" implementation 'androidx.preference:preference:1.2.0' - implementation "androidx.room:room-runtime:2.5.0" - annotationProcessor "androidx.room:room-compiler:2.5.0" + implementation "androidx.room:room-runtime:2.5.1" + annotationProcessor "androidx.room:room-compiler:2.5.1" } repositories {