From 6723e3b34edabb0f6aeaa818f20797b28a163fbc Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 14 Oct 2022 20:05:06 +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 4fb4551..295b0e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:2e9ca234a7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:db51b86628' implementation "androidx.print:print:1.0.0" }