From 36446d3c8e20cc3343493b1668cc34bf5f5cb87e Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 23 Oct 2019 13:38:15 +0200 Subject: [PATCH] update commons to 5.18.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9337816..6af018c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,5 +51,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.0' + implementation 'com.simplemobiletools:commons:5.18.6' }