From ff4731d74a2550d89078413b4f2fd1b0d91b4cfe Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 14 Oct 2018 13:20:39 +0200 Subject: [PATCH] update commons to 5.0.16 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2556ca86..aa32544b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.0.13' + implementation 'com.simplemobiletools:commons:5.0.16' implementation 'com.squareup:otto:1.3.8' kapt "androidx.room:room-compiler:2.0.0"