From c3205dabf7e4e349c72e36dfe3e40dc8f92f7a19 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jan 2018 09:45:49 +0100 Subject: [PATCH] update commons to 3.8.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 19e0e62..d56e28d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.8' + implementation 'com.simplemobiletools:commons:3.8.1' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2' }