From aca84014d8295c04f9919af4d352737f210a2836 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 20 Mar 2020 10:25:19 +0100 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 6b380e3e..f58bed94 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,13 +57,13 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.7' + implementation 'com.simplemobiletools:commons:5.23.8' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' - kapt "androidx.room:room-compiler:2.2.2" - implementation "androidx.room:room-runtime:2.2.2" - annotationProcessor "androidx.room:room-compiler:2.2.2" + kapt "androidx.room:room-compiler:2.2.4" + implementation "androidx.room:room-runtime:2.2.4" + annotationProcessor "androidx.room:room-compiler:2.2.4" }