From 2fbf09f073343010c88f3fc099b2e32c24297e5e Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 16 Apr 2023 21:05:29 +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 ed0cd652..dfab7d3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,13 +63,13 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:a98c3fa30f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'me.grantland:autofittextview:0.2.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" }