From 20e93c60651d39725bcc7f485dd32ffa59846406 Mon Sep 17 00:00:00 2001 From: merkost Date: Sat, 22 Jul 2023 23:13:34 +1000 Subject: [PATCH] Updated commons --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 902c4059..152d37b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:2462c80e58' + implementation 'com.github.SimpleMobileTools:Simple-Commons:91763fe00f' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"