From b4d6bcb2c24a15d56bb0c44a76d35e1c696fc9fa Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 27 Apr 2018 22:58:55 +0200 Subject: [PATCH] update commons to 3.19.26 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 05b39c9..5a7115b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.19.25' + implementation 'com.simplemobiletools:commons:3.19.26' } Properties props = new Properties()