From 2180d70ed311a85da38d9d604cd45b8f24b6d591 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Sep 2021 12:46:18 +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 40a5c152..eaedea43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d4b6547969' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3c6e3cd0fd' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'