From 4aa4be19dc57ebdfb426b01eccf6f2a66f4f96d5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 27 Aug 2021 14:42:50 +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 b1cbb1f7..8ae1296e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:6ff89c8d5b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:8979ca8187' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'