From 8f1fd987888c797a976e47a31e247bd5cb6093ff Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 15 Nov 2021 20:46:40 +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 b095fa18..fddd7373 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:0684fdde38' + implementation 'com.github.SimpleMobileTools:Simple-Commons:3d04cf87bd' implementation 'me.grantland:autofittextview:0.2.1' implementation 'net.objecthunter:exp4j:0.4.8' }