From 4e78ad8ccfb7f9e6c37f55122023aad589e98499 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 May 2018 20:28:38 +0200 Subject: [PATCH] update commons to 3.21.11 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4f19b3b..8fed689 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.21.2' + implementation 'com.simplemobiletools:commons:3.21.11' } Properties props = new Properties()