From 1a20688b8f53ee896dd34a3498cbbb82250efb44 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 5 Feb 2018 12:40:33 +0100 Subject: [PATCH] update commons to 3.10.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 32edaff55..f4c4c4299 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.9.9' + implementation 'com.simplemobiletools:commons:3.10.0' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2'