From aec0fb8e9a056608637bb162622101d64f05e859 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Wed, 30 Aug 2023 14:22:45 +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 15d5134..573aa72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:565200547d' + implementation 'com.github.SimpleMobileTools:Simple-Commons:7c1e5b5777' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }