From 543362cccb75de0b37dcc51675e5786f0b89f084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 6 Sep 2023 08:08:18 +0200 Subject: [PATCH] Update Simple-Commons ref --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fa957dc..f67467b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ android { } dependencies { - implementation 'com.github.esensar:Simple-Commons:952c4c0fee' + implementation 'com.github.SimpleMobileTools:Simple-Commons:73d78e5cd3' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }