From 24bb8a331be3d9fb8717d10b602ce47bc68d73ad Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 10 Apr 2018 21:51:46 +0200 Subject: [PATCH] update commons to 3.18.17 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f5ec6511..2791c17d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.18.10' + implementation 'com.simplemobiletools:commons:3.18.17' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0'