From 05ae7cd66778ad66b4d94c8e5037d1f78158aa66 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Feb 2022 23:27:11 +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 f6dcb08d..983b5790 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,6 +61,6 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:078f353fce' + implementation 'com.github.SimpleMobileTools:Simple-Commons:fb636d1297' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' }