From ffad244e1efef08ece0ecfe808ada63ea9b014b6 Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:14:43 +0300 Subject: [PATCH] Upgrade PrettyTime to 5.0.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0a4ece481..f9409d222 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -258,7 +258,7 @@ dependencies { implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0" // Date and time formatting - implementation "org.ocpsoft.prettytime:prettytime:5.0.0.Final" + implementation "org.ocpsoft.prettytime:prettytime:5.0.1.Final" /** Debugging **/ // Memory leak detection