From 8e941901188c928f96d3f6722abe4186af15598d Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 24 May 2023 22:59:09 +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 a14ae00..d92ce77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:c31d0fda56' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6ba091b93e' implementation 'com.facebook.stetho:stetho:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.shawnlin:number-picker:2.4.6'