From de2ac569607457f39f6a880a83726cfc12c77075 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Dec 2017 21:38:55 +0100 Subject: [PATCH] update commons to 3.4.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 06e8731..e00eff2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.2.3' + implementation 'com.simplemobiletools:commons:3.4.5' } Properties props = new Properties()