From ce79db61e37a8b5230daecf14ad6d026d7d14109 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 24 Sep 2019 20:03:06 +0200 Subject: [PATCH] update commons to 5.17.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 270f0f9c..285289dd 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.17.18' }