From c71e114ae0b4f803aed473d0b3c33c82cf8a1e47 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 19 Jun 2022 18:11:59 +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 c41b6fc..38ce40b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:84703bd48d' + implementation 'com.github.SimpleMobileTools:Simple-Commons:0ee0850e6f' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' }