diff --git a/app/build.gradle b/app/build.gradle index ed15a59..984f0e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,6 +44,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'org.tinylog:tinylog-api:2.2.1' runtimeOnly 'org.tinylog:tinylog-impl:2.2.1' - implementation "androidx.room:room-runtime:2.2.6" + implementation "androidx.room:room-runtime:2.4.3" annotationProcessor "androidx.room:room-compiler:2.2.6" }