1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-23 16:40:32 +00:00

Upgrade PrettyTime to 5.0.1

This commit is contained in:
mhmdanas 2021-06-02 01:14:43 +03:00
parent fdee7c3d06
commit ffad244e1e

View File

@ -258,7 +258,7 @@ dependencies {
implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0" implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0"
// Date and time formatting // Date and time formatting
implementation "org.ocpsoft.prettytime:prettytime:5.0.0.Final" implementation "org.ocpsoft.prettytime:prettytime:5.0.1.Final"
/** Debugging **/ /** Debugging **/
// Memory leak detection // Memory leak detection