From 9e1ed0860d7cfb3ba1d77ab8d9671ff12152fd5b Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 19 Aug 2020 23:07:21 +0200 Subject: [PATCH] update commons to 5.30.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8757d72..125a179 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.30.0' + implementation 'com.simplemobiletools:commons:5.30.1' implementation 'me.grantland:autofittextview:0.2.1' testImplementation 'junit:junit:4.12'