From aef87ae0657f08a240af30d635caa7ff10dcdc8b Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 31 Oct 2019 22:46:09 +0100 Subject: [PATCH] updating commons to 5.18.16 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c5e4a612..9db5fd75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.18.7' + implementation 'com.simplemobiletools:commons:5.18.16' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' implementation 'com.shawnlin:number-picker:2.4.6'