From 5fba1acac2cdc242cf7c9b7974f56576fa7e2f77 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 20 Nov 2017 11:26:29 +0100 Subject: [PATCH] update commons to 2.41.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 49fc9f11..c2e178bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:2.41.4' + implementation 'com.simplemobiletools:commons:2.41.5' implementation 'com.facebook.stetho:stetho:1.5.0' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"