From 589f38455dac86e755f30df7a527ee1f7350a9de Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jul 2019 12:44:35 +0200 Subject: [PATCH] update commons to 5.15.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 07b68d0d..a4c305d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.15.6' + implementation 'com.simplemobiletools:commons:5.15.7' implementation 'me.grantland:autofittextview:0.2.1' testImplementation 'junit:junit:4.12'