From 11a715c33db7225d1c79b676c5f6565d63ec745b Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 10 May 2023 20:25:40 +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 c1b80cdfa..1a0cd17fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:11f9bfd8b4' + implementation 'com.github.SimpleMobileTools:Simple-Commons:adcc36b343' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'