From 6b9ae5572a745f72e17cb77ac4a08af3e25d2598 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 1 Aug 2022 14:53:16 +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 bc3a947f3..fa729b41b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7f819f8a75' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216' 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.4.2' - implementation 'androidx.room:room-runtime:2.4.2' - annotationProcessor 'androidx.room:room-compiler:2.4.2' + kapt 'androidx.room:room-compiler:2.4.3' + implementation 'androidx.room:room-runtime:2.4.3' + annotationProcessor 'androidx.room:room-compiler:2.4.3' //implementation project(':commons') }