From 3095789bb22e2b7456464ea342982b5cb8ea0883 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 9 Nov 2021 16:05:41 +0100 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 7a683c1c..21e95848 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5cd2e8dc9b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:94a4483781' implementation 'me.grantland:autofittextview:0.2.1' implementation 'net.objecthunter:exp4j:0.4.8' }