From 3caac44dd703399dfce7522ec71a2809ae954d60 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 16 Jan 2018 00:04:49 +0100 Subject: [PATCH] update commons to 3.7.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dac99717..8be0ecdc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.4' + implementation 'com.simplemobiletools:commons:3.7.5' implementation 'joda-time:joda-time:2.9.9' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"