From 783b70a3475601d67ee3ec41149c486942a8f191 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Oct 2019 23:04:32 +0100 Subject: [PATCH] updating commons to 5.18.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 285289dd..5f4114c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,5 +51,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.18' + implementation 'com.simplemobiletools:commons:5.18.14' }