From 14f1b8fc485d88e1e4e8da6d129aebe5a28fed34 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Sep 2021 21:38:52 +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 fd4b29e9..396a97b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:7c0a8d628e' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3c6e3cd0fd' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' }