From b09e5f27de1e20be470008c136d5af2544a3bb5a Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 10 Nov 2020 17:21:33 +0100 Subject: [PATCH] updating commons to 5.32.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6d97bf5..2b22e18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.31.28' + implementation 'com.simplemobiletools:commons:5.32.0' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'