From e2296ec1b4e92d77b94727428ea9cf10a205a2ee Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 8 Nov 2018 11:54:41 +0100 Subject: [PATCH] update commons to 5.3.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c43cfe25..eaebbd24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.3.13' + implementation 'com.simplemobiletools:commons:5.3.14' kapt 'androidx.room:room-compiler:2.0.0' implementation 'androidx.room:room-runtime:2.0.0'