From 7d7faadb69851b6f9bfd5d9ca53e6af41c4866d5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 22 Feb 2022 10:23:57 +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 bd562d4..634ccff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:9875b31af4' + implementation 'com.github.SimpleMobileTools:Simple-Commons:d08f56b07c' implementation "androidx.print:print:1.0.0" }