From 78e9ee6c82e23cdff3120dfc71bc08bf6a76b0e6 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Mon, 21 Jan 2019 19:13:36 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d0d621dc..b1e329a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.6.10' + implementation 'com.simplemobiletools:commons:5.6.1' kapt 'androidx.room:room-compiler:2.0.0' implementation 'androidx.room:room-runtime:2.0.0'