From 217b2bdd29fb1d82812ca4d720a8788c77f40510 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 27 Mar 2023 14:13:43 +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 f85fb918..9ec9e14c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:9f0c466018' + implementation 'com.github.SimpleMobileTools:Simple-Commons:545b4a62f0' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' }