From 2992d77fad5802a9eae3615075dc7ed6262b613f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 4 Mar 2023 09:49:39 +0100 Subject: [PATCH] updating Room --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 759e38dd..1e8c2214 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'androidx.lifecycle:lifecycle-process:2.5.1' - kapt "androidx.room:room-compiler:2.4.3" - implementation "androidx.room:room-runtime:2.4.3" - 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" }