From 50800111fe48dc937d7b7706b2e9c35a5a4f6b24 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 26 Jan 2018 23:14:43 +0100 Subject: [PATCH] update commons to 3.8.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a7f9faaa..e81569fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.8.9' + implementation 'com.simplemobiletools:commons:3.8.10' implementation 'com.facebook.stetho:stetho:1.5.0' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"