From 6568423c6fcce353967091e0f47addc03fa60935 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 29 Aug 2022 15:55:20 +0200 Subject: [PATCH] updating commons --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index caa16bbc..6815100c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f6ddbdf19b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:efd0ab59e5' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'androidx.media:media:1.6.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' @@ -86,5 +86,5 @@ dependencies { implementation "net.jthink:jaudiotagger:2.2.5" kapt "androidx.room:room-compiler:2.4.3" implementation "androidx.room:room-runtime:2.4.3" - annotationProcessor "androidx.room:room-compiler:2.4.2" + annotationProcessor "androidx.room:room-compiler:2.4.3" }