From dcc1fc1403d516181d5e072e65c8d31a7e9262af Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 20 Dec 2022 18:07:48 +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 d3b6249..a930336 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5877cf8b05' + implementation 'com.github.SimpleMobileTools:Simple-Commons:1b0fcd8346' implementation "androidx.print:print:1.0.0" }