From 7fb600b9d58ce8b7deb694ee9703209fbd261805 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 16 Jan 2018 20:27:21 +0100 Subject: [PATCH] update commons to 3.7.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a17472f..fd819c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.6' + implementation 'com.simplemobiletools:commons:3.7.7' implementation 'me.grantland:autofittextview:0.2.1' testImplementation 'junit:junit:4.12'