From 83848bcaf506a2f6f7eede8d694053c57250b990 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 14 Oct 2018 23:20:35 +0200 Subject: [PATCH] update commons to 5.0.19 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a110b80..b4df8b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.0.18' + implementation 'com.simplemobiletools:commons:5.0.19' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.multidex:multidex:2.0.0' }