From f038da3b4fcecde9b2366364f69b78cfbb57bb9b Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 29 Jan 2020 22:55:39 +0100 Subject: [PATCH] update commons to 5.21.28 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1425c53e..462b04d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.19' + implementation 'com.simplemobiletools:commons:5.21.28' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' kapt 'androidx.room:room-compiler:2.2.2'