From 836716f39f6d4d3a306d811fe32f677be356c6a7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 24 Jun 2018 21:09:49 +0200 Subject: [PATCH] update commons to 4.3.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d568b6e..3427710 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.0.0' + implementation 'com.simplemobiletools:commons:4.3.2' } Properties props = new Properties()