From 36f692e6521b9de4f02f23fd051a0c123c4c11cd Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 3 Jul 2022 15:01:10 +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 ec0478d5..1e01b33f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4cfef38454' + implementation 'com.github.SimpleMobileTools:Simple-Commons:7f3e880dc5' implementation 'com.facebook.stetho:stetho:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.shawnlin:number-picker:2.4.6'