From 3dadb0ccb89586d2f6e33a347e51f4ae7a800ba6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 19 May 2023 22:54:13 +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 ae77bcbf..dcaf249f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:94b616f462' + implementation 'com.github.SimpleMobileTools:Simple-Commons:c31d0fda56' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:android-smsmms:33fcaf94d9' @@ -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.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" }