From ebf2234f3f1d1b211052f49623b78d08246b8618 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 19 Apr 2020 21:25:21 +0200 Subject: [PATCH] update commons to 5.26.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a51c7b78..b9cdd846 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.26.4' + implementation 'com.simplemobiletools:commons:5.26.5' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6'