From 3fb27014032439d2940e2f40df6de50433bc5e16 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Mar 2023 12:03:38 +0100 Subject: [PATCH] updating room --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9db14f37..4554aa42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,6 +77,6 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'me.grantland:autofittextview:0.2.1' - implementation 'androidx.room:room-runtime:2.4.3' - kapt 'androidx.room:room-compiler:2.4.3' + implementation 'androidx.room:room-runtime:2.5.0' + kapt 'androidx.room:room-compiler:2.5.0' }