From 3da2b52c6c595d8971fa7c39f881a7ba50ebaa16 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Mar 2023 12:00:42 +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 180e1a60..9db14f37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:36efd1c355' + implementation 'com.github.SimpleMobileTools:Simple-Commons:9f0c466018' implementation 'com.facebook.stetho:stetho:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.shawnlin:number-picker:2.4.6'