From 4060967217fb19a67a68ec8a193042fc3b97a6c3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Mar 2020 19:01:58 +0100 Subject: [PATCH] update commons to 5.22.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0bb45789..649dcdbc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.22.17' + implementation 'com.simplemobiletools:commons:5.22.18' implementation 'me.grantland:autofittextview:0.2.1' testImplementation 'junit:junit:4.12'