From ce8a3b257f630d0a3107fb494df1300a95f55a61 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Dec 2018 23:02:55 +0100 Subject: [PATCH] update commons to 5.5.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9d4c8b1f..0f4dc2e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.3.17' + implementation 'com.simplemobiletools:commons:5.5.14' kapt 'androidx.room:room-compiler:2.0.0' implementation 'androidx.room:room-runtime:2.0.0'