From 5655eba6575b305d4d6a35577c0e37267fb50c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Tue, 18 Jul 2023 14:46:32 +0200 Subject: [PATCH] Update Simple-Commons for accessibility fixes --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index adbf2b3..bd4621a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.esensar:Simple-Commons:28c43d15e9' + implementation 'com.github.SimpleMobileTools:Simple-Commons:a26066d67d' kapt "androidx.room:room-compiler:2.5.2" implementation "androidx.room:room-runtime:2.5.2"