From 3e2dc3ba268be0c3b8847bddaf2614a7707284dc Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 20 Oct 2021 11:41:04 +0200 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7f66d5a9..6c40c5ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:87b6e92b97' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f1ba19dcc0' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'