From 891dcf1a7b3cfc62cfc4ba9027b2830526fa7810 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 27 Sep 2021 10:10:00 +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 f12bca8..8ed8763 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:8e64d28412' + implementation 'com.github.SimpleMobileTools:Simple-Commons:a74ec200da' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' }