From 03d618d6f13bf402bc0c87854ebd41fa54fef9aa Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jul 2019 12:08:08 +0200 Subject: [PATCH] update commons to 5.15.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2b4c99a..e9843fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,5 +50,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.15.6' + implementation 'com.simplemobiletools:commons:5.15.7' }