From 5fab5208a064be741f77234f10e706227c32e5f8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 25 Oct 2022 10:18:44 +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 244f57e0..27911f90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:02ac8df059' + implementation 'com.github.SimpleMobileTools:Simple-Commons:5d3439cd6b' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }