From 3c643e7dedcc411d148c919d7ac385da5b6e6a9c Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jan 2018 20:10:59 +0100 Subject: [PATCH] update commons to 3.8.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cddc42b3..c5fb6f2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.0' + implementation 'com.simplemobiletools:commons:3.8.2' implementation 'joda-time:joda-time:2.9.9' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"