From 8d6615c4259b182d02a28a0b9db7e7a936d6d137 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 6 Jun 2022 16:41:22 +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 dae7da0a1..e7717d492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:43e34d1ed6' + implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' @@ -102,9 +102,9 @@ dependencies { kapt 'com.github.bumptech.glide:compiler:4.13.2' - kapt 'androidx.room:room-compiler:2.3.0' - implementation 'androidx.room:room-runtime:2.3.0' - annotationProcessor 'androidx.room:room-compiler:2.3.0' + kapt 'androidx.room:room-compiler:2.4.2' + implementation 'androidx.room:room-runtime:2.4.2' + annotationProcessor 'androidx.room:room-compiler:2.4.2' //implementation project(':commons') }