From 5e3c0af34d9b100e9381ca864464c041942b0ed4 Mon Sep 17 00:00:00 2001 From: darthpaul Date: Fri, 24 Sep 2021 14:56:51 +0100 Subject: [PATCH] update commons dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ab02e588..c2b026b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f49f7b5f89' + implementation 'com.github.SimpleMobileTools:Simple-Commons:307e9e2e82' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'