From 66796549fbdf381851211a6c7bf933395812f33f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 25 Dec 2021 21:12:31 +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 2f3d64369..58b5344ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:0cd7872ee4' + implementation 'com.github.SimpleMobileTools:Simple-Commons:7e0240b1e3' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'