From 48be309f0827c3f866f31f8ce98c0ed43ebdd6f8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 26 Oct 2018 10:47:40 +0200 Subject: [PATCH] update commons to 5.2.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 51df75ba..5210c529 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.2.9' + implementation 'com.simplemobiletools:commons:5.2.10' implementation 'com.facebook.stetho:stetho:1.5.0' }