From 259a0d8cc52db5fe1447da16d3a7889df63810e4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 23 May 2021 17:58: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 d4e0b810..93a14df7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:ee14aec731' + implementation 'com.github.SimpleMobileTools:Simple-Commons:cd538a2ba5' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'