From 5bd4fa9075b667e4ec44db5680db14ec8f6ffa49 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 27 May 2022 19:07: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 b00bcac9..0f9738a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,14 +62,14 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:10c8ac2f1e' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0907d2e57f' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:android-smsmms:fe58a74d59' implementation "me.leolin:ShortcutBadger:1.1.22" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - 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" }