From bf766f1670b830522f659d5ed1b6480399709c1e Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 1 Nov 2022 19:32:31 +0100 Subject: [PATCH] Update PrettyTime from 5.0.3 to 5.0.6 to include new localizations --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d52e8b32c..324eb68ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -271,7 +271,7 @@ dependencies { implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0" // Date and time formatting - implementation "org.ocpsoft.prettytime:prettytime:5.0.3.Final" + implementation "org.ocpsoft.prettytime:prettytime:5.0.6.Final" /** Debugging **/ // Memory leak detection