Skip to content

Commit

Permalink
Update date time library prettytime to 5.0.8.Final
Browse files Browse the repository at this point in the history
Fixes: TeamNewPipeTeamNewPipe#11092
Fixes: Upload dates have a minus prepended if they're in the past and language is set to Ukrainian
Co-Authored-By: moontoaster <74986506+moontoaster@users.noreply.github.com>
  • Loading branch information
ShareASmile and moontoaster committed Jul 14, 2024
1 parent 0eab8f7 commit 70c9c24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
/build
/captures
/app/app.iml
/app/build
/app/release
/.idea
/*.iml
*~
.weblate
*.class
/app/Release

# vscode / eclipse files
*.classpath
Expand Down
21 changes: 0 additions & 21 deletions app/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dependencies {
implementation "com.jakewharton.rxbinding2:rxbinding:2.2.0"

// Date and time formatting
implementation "org.ocpsoft.prettytime:prettytime:5.0.7.Final"
implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final"

/** Debugging **/
// Memory leak detection
Expand Down

0 comments on commit 70c9c24

Please sign in to comment.