From 5b81ea3f5784d457e777ed2963d4ee99989fbf6d Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 25 May 2020 21:35:25 +0200 Subject: [PATCH] update commons to 5.28.23 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d17dbe4..f05d47f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.8' + implementation 'com.simplemobiletools:commons:5.28.23' }