From a5d00eba46ddb6c59b094768cbf21df85a22e584 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 28 May 2020 21:23:27 +0200 Subject: [PATCH] update commons to 5.28.24 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 52f2592c..7ce8e3db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.26.12' + implementation 'com.simplemobiletools:commons:5.28.24' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' kapt 'androidx.room:room-compiler:2.2.5'