From cd4f3ae66af212f24a46d0ada9e5b083038095fd Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 25 Sep 2019 09:57:27 +0200 Subject: [PATCH] update commons to 5.17.18 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5d4517dc..55db6de4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.17' + implementation 'com.simplemobiletools:commons:5.17.18' kapt 'androidx.room:room-compiler:2.1.0' implementation 'androidx.room:room-runtime:2.1.0'