From 8bba1eb4db629a25fc8a2c2e716074eb091c8a4b Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 5 May 2023 16:24:11 +0200 Subject: [PATCH] updating commons and room --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 83fb75922..25634f6da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,13 +70,13 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:a98c3fa30f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation "androidx.print:print:1.0.0" - kapt 'androidx.room:room-compiler:2.5.0' - implementation 'androidx.room:room-runtime:2.5.0' - annotationProcessor 'androidx.room:room-compiler:2.5.0' + kapt 'androidx.room:room-compiler:2.5.1' + implementation 'androidx.room:room-runtime:2.5.1' + annotationProcessor 'androidx.room:room-compiler:2.5.1' }