From 2f242ca46f8506ba89eceac4853ece819d7ee9c9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 19 Sep 2018 10:48:28 +0200 Subject: [PATCH] update commons to 4.7.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9c7a3388..032a91af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.7.5' + implementation 'com.simplemobiletools:commons:4.7.10' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.shawnlin:number-picker:2.4.6'