From 94e12917daab1b7ea4bd5d4bcd7a5c983713f81a Mon Sep 17 00:00:00 2001 From: Pavel Poley Date: Wed, 18 May 2022 15:25:02 +0300 Subject: [PATCH] switch to the original commons repository --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7c0f683c..e1e969cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.pavelpoley:Simple-Commons:1c1017d62a' + implementation 'com.github.SimpleMobileTools:Simple-Commons:1bc50d636c' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'